Rich Shepard wrote: > On Sat, 29 Mar 2014, Ken Stephens wrote: > >> Have you setup server-info on this site. It will give you your effective >> configuration. It's a common module from apache. It is usually loaded >> with the default build. But it does require a configuration file. >> cat /etc/httpd/conf.d/server-info.conf >> <Location /server-info> >> SetHandler server-info >> Order deny,allow >> Deny from all >> Allow from 192.168.0. localhost >> </Location> > Ken, > > The only server-info here is associated with git: > /usr/doc/git-1.8.4/Documentation/git-update-server-info.txt > /usr/man/man1/git-update-server-info.1.gz > /usr/libexec/git-core/git-update-server-info > > In /etc/httpd/ I have: > > httpd.conf.sql-ledger, original/, ssl.crt/, extra/, ledgersmb-httpd.conf, > php.ini, ssl.csr/, httpd.conf, magic, php.ini-development, ssl.key/, > mime.types, php.ini-production, supervise/, mod_php.conf, > mod_php.conf.example, sql-ledger-httpd.conf > > Rich >
Rich, You may want to add this module if you did not build it in, in the first place. Sure helps me when I am trying to figure out what is wrong with my Apache configuration. Ken _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
