You are not logged in.

#1 2011-03-11 16:53:18

armintirand
Member
Registered: 2011-01-30
Posts: 23

lamp configuration problrms?

hi i installed lamp.all package installed but php-apache not found. and i continue all proses with this help
https://wiki.archlinux.org/index.php/LAMP
but when i want to run apache
/etc/rc.d/httpd start
error say /etc/rc.d/httpd no such file or directory.
what is my problem?

Offline

#2 2011-03-11 17:57:10

whatshisname
Member
Registered: 2010-04-24
Posts: 163

Re: lamp configuration problrms?

armintirand wrote:

hi i installed lamp.all package installed but php-apache not found. and i continue all proses with this help
https://wiki.archlinux.org/index.php/LAMP
but when i want to run apache
/etc/rc.d/httpd start
error say /etc/rc.d/httpd no such file or directory.
what is my problem?

/etc/rc.d/httpd is the script that launches apache.  If it isn't there, it sounds like it wasn't installed.

You might try "locate httpd" and see if it got put in a non-standard location.

Also take a peek in /etc/rc.d to see if it's there, misspelled or perhaps the permissions weren't set (though that would have triggered a different error.)

Getting lamp to work *can* be a nightmare if you're installing the packages individually.  I finally bowed to the pressure and installed xampp.  The installation went flawlessly and I was up and running in minutes.  Everything goes into "/opt" but I just made symlinks to the folders where I'm used to finding stuff.  (I can't stop myself from thinking that the document root ought to be /var/www/html. :-) )

Offline

#3 2011-03-11 18:23:52

armintirand
Member
Registered: 2011-01-30
Posts: 23

Re: lamp configuration problrms?

thanks for help me.my problem is solved with reinstalling lamp,but i want to creating vps .
what requirement i need?
first lamp.
second ...?

Offline

#4 2011-03-11 18:32:41

whatshisname
Member
Registered: 2010-04-24
Posts: 163

Re: lamp configuration problrms?

Do you want to create a "vps" (or did you mean "vpn") or run apache in an SSL environment?

Offline

#5 2011-03-12 15:02:46

iFSS
Member
Registered: 2011-01-29
Posts: 33

Re: lamp configuration problrms?

VPS - virtual private server. Is this what you are looking for: https://wiki.archlinux.org/index.php/Xen ? Are you sure that having a VPS isn't overkill for what you are doing - running the server in a chroot may fit your needs better if all you want is better security, for example.

Offline

Board footer

Powered by FluxBB