michaelsanford
Translator, Web Developer
http://nimbus.sytes.net/
Now, I have two hard disks on trogdor, one that has the system, swap, bootloader, and root partition, the other disk, the /home mount point. The second disk is newer, a little faster, and slightly more reliable, which is why I want to keep the files on it, since the system can be re-installed in a few hours but recovering the data and user folders would be a huge hassle.
I originally made a symlink /var/www -> /home/www, and moved ./cgi-bin, ./html and ./icons over to /home/www/.
I don't know where /error should reside, but it is now in /etc/httpd/ (which is my ServerRoot folder). I've also changed DocumentRoot to /home/www.
Problem 1: I can't feed the error pages correctly to the client (as you can see from the "Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request" on the server root page). There is currently no index.* file, so it should serve error/noindex.html, but it doesn't (presumably because it can't find it). It seems however that I can serve a page from /home/www/html/, it's just the error pages that don't work.
Problem 2: Once I edit httpd..conf, I can't figure out how to restart apache (since apachectl doesn't seem to exist with Apache 2
)
Any help in re-building my Apache 2 folders would be greatly appreciated.
Now, I have two hard disks on trogdor, one that has the system, swap, bootloader, and root partition, the other disk, the /home mount point. The second disk is newer, a little faster, and slightly more reliable, which is why I want to keep the files on it, since the system can be re-installed in a few hours but recovering the data and user folders would be a huge hassle.
I originally made a symlink /var/www -> /home/www, and moved ./cgi-bin, ./html and ./icons over to /home/www/.
I don't know where /error should reside, but it is now in /etc/httpd/ (which is my ServerRoot folder). I've also changed DocumentRoot to /home/www.
Problem 1: I can't feed the error pages correctly to the client (as you can see from the "Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request" on the server root page). There is currently no index.* file, so it should serve error/noindex.html, but it doesn't (presumably because it can't find it). It seems however that I can serve a page from /home/www/html/, it's just the error pages that don't work.
Problem 2: Once I edit httpd..conf, I can't figure out how to restart apache (since apachectl doesn't seem to exist with Apache 2

Any help in re-building my Apache 2 folders would be greatly appreciated.