http config files

splitech

Verified User
Joined
Sep 28, 2004
Messages
49
[root@monkey httpd]# ls -lisa
ls: conf: Input/output error
total 12
26886146 4 drwxr-xr-x 4 root root 4096 Sep 23 21:28 .
229377 4 drwxr-xr-x 33 root root 4096 Nov 18 19:45 ..
26886156 0 lrwxrwxrwx 1 root root 19 Sep 23 21:28 logs -> ../../var/log/httpd
4538372 4 drwxr-xr-x 4 root root 4096 Sep 23 21:28 man
26886158 0 lrwxrwxrwx 1 root root 20 Sep 23 21:28 modules -> ../../usr/lib/apache
[root@monkey httpd]# ls
conf logs man modules
[root@monkey httpd]#

ls shows the conf directory. but when ls-lisa is done, doesn't exsist.
 
Are you asking a question?

Actually it does exist, but your output shows that the "ls -lisa" command is returning an error when trying to read the conf directory.

Notice the first line of the "ls -lisa" output:

ls: conf: Input/output error

Either the permissions are set wrong and you don't have permission, or you've got a drive problem.

Jeff
 
i need a generic httpd.conf

I need a generic httpd.conf file that would be placed in the /etc/httpd/conf/httpd.conf file on install of directadmin

please help!!!
 
It's not quite generic, because it is customized upon installation.

I'm not sure, but I believe you should be able to repair it / reinstall it by running:

echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue

In any event, this shouldn't break anything.

Jeff
 
Back
Top