[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: fopen and apache1.3



duncan wrote:

> [root mail src]# /usr/sbin/httpd
> fopen: No such file or directory
> httpd: could not open document config file
> /usr/local/etc/httpd/conf/httpd.conf
> 
> Why don't I have a copy of fopen? what does it do and how can I
> fix this problem?

Does it mean you don't have fopen, or that fopen couldn't find a certain
file or directory?

Try:

	man httpd (see the files section near the end)
	man locate
	man updatedb

On my system,

	[kevin localhost kevin]$ locate httpd.conf
	/etc/httpd/conf/httpd.conf
	/etc/httpd/conf/httpd.conf-dist

Kevin

--
Kevin Chu
Mail:  kevin portal ca
URL:   http://www2.portal.ca/~kevin/
URL:   http://www.geocities.com/SiliconValley/Horizon/6871/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]