There's nothing unusual about the files under htdocs, any old editor should do.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe
Transfer encoding requires content negotioation, so maybe this will help:
http://httpd.apache.org/docs/2.0/content-negotiation.html#caching
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://ht
Yesterday I downloaded the Apache 2.2.8 source tarball from
apache.org, built it on my OpenBSD 3.9 box with
./configure --prefix=/usr/local/apache2 --with-mpm=worker
--with-included-apr && make && sudo make install
and ran it with
cd /usr/local/apache2/bin; ./apachectl start
Strange thing i