You are not logged in.
Pages: 1
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
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
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
Do you want to create a "vps" (or did you mean "vpn") or run apache in an SSL environment?
Offline
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
Pages: 1