Httpd service not starting... Error "Documentroot must be a directory"

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Httpd service not starting... Error "Documentroot must be a directory"
# 1  
Old 10-24-2014
Httpd service not starting... Error "Documentroot must be a directory"

I am working with CentOS 6.5.
Indeed the document root /var/www/html is a directory and it is a mount point of one file system (not NFS)
I observed, if I unmount that file system, I could able to start httpd.

Is it restricted in CentOS 6.X that the Documentroot can not be a mount point? Whether we can set one particular directory the documentroot for http even if the directory is a mount point?

Please advice/help.
# 2  
Old 10-24-2014
What http server is this? I'm assuming apache, but it's not stated.

What filesystem is it?

What are the permissions on the folder, once it's mounted? This could be an oddly mangled form of 'permission denied'.
# 3  
Old 10-24-2014
It is Apache. Giving some outputs..

Code:
[root@rhel6 ~]# df -h /var/www/html
Filesystem           Size  Used Avail Use% Mounted on
/dev/mapper/vg1-lv1  7.9G  4.8G  2.8G  64% /var/www/html

[root@rhel6 ~]# mountpoint /var/www/html
/var/www/html is a mountpoint

[root@rhel6 ~]# ls -ld /var/www/html
drwxr-xr-x. 7 root root 4096 Oct  7 19:35 /var/www/html

[root@rhel6 ~]# cat /etc/httpd/conf/httpd.conf|grep DocumentRoot|grep -v "#"
DocumentRoot /var/www/html

[root@rhel6 ~]# service httpd start
Starting httpd: Syntax error on line 293 of /etc/httpd/conf/httpd.conf:
DocumentRoot must be a directory
                                                           [FAILED]
[root@rhel6 ~]#


Last edited by Scrutinizer; 10-24-2014 at 01:39 PM.. Reason: code tags
# 4  
Old 10-24-2014
Have you looked to around that specific line and see if you spot the syntax error?
Code:
Syntax error on line 293 of /etc/httpd/conf/httpd.conf:

Could you show us a portion of that file around line 293? The error might be somewhat before that, since the parser might only realized that there was an problem when it reached line 293.

---------- Post updated at 10:24 AM ---------- Previous update was at 09:55 AM ----------

I noticed, now, that you mentioned that /var/www/html is a mount point.
Are you running Selinux?

Could you post the output of the following two commands, as well?

Code:
ls -ldZ /var/www/html
sestatus


Last edited by Aia; 10-24-2014 at 01:36 PM..
# 5  
Old 10-25-2014
If SELinux is enabled, try the following with the filesystem mounted:
Code:
#  chcon -R -h -t httpd_sys_content_t /var/www/html

These 2 Users Gave Thanks to fpmurphy For This Post:
# 6  
Old 10-25-2014
Actually, if Selinux is enforcing, all that is needed is restorecon since /var/www/html is included in the policy already.
Code:
restorecon -R -v /var/www/html

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies

2. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

3. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

4. Shell Programming and Scripting

Delete files older than "x" if directory size is greater than "y"

I wrote a script to delete files which are older than "x" days, if the size of the directory is greater than "y" #!/bin/bash du -hs $1 while read SIZE ENTRY do if ; then find $1 -mtime +$2 -exec rm -f {} \; echo "Files older than $2 days deleted" else echo "free Space available"... (4 Replies)
Discussion started by: JamesCarter
4 Replies

5. AIX

AIX cp error: "A file or directory in the path does not exist"

Hello fellow UNIX fans, I'm running AIX 4.3 and getting an error message “cp: /a/file2.db: A file or directory in the path does not exist” when I run the following command: cp /b/file.db /a/file2.db It stops every time about 95% of the way through the copy process at 1,073,741,312 bits. ... (3 Replies)
Discussion started by: Jackson123
3 Replies

6. Shell Programming and Scripting

Unix commands delete all files starting with "X" except "X" itself. HELP!!!!?

im a new student in programming and im stuck on this question so please please HELP ME. thanks. the question is this: enter a command to delete all files that have filenames starting with labtest, except labtest itself (delete all files startign with 'labtest' followed by one or more... (2 Replies)
Discussion started by: soccerball
2 Replies

7. Shell Programming and Scripting

"directory checksum error" when attempting to install tcl

OS: HP-UX Programs I want to install: expect and tcl I'm lost. I bought the book. I began reading the book. I want to install expect. I've been able to download the .z, and extract it successfully. But, of course, it apparently needs tcl and possibly tk also, and ... I... (0 Replies)
Discussion started by: instant000
0 Replies

8. Red Hat

"service" , "process" and " daemon" ?

Friends , Anybody plz tell me what is the basic difference between "service" , "process" and " daemon" ? Waiting for kind reply .. .. (1 Reply)
Discussion started by: shipon_97
1 Replies

9. Shell Programming and Scripting

Error to "find" a matching array element in a directory

Hi, I have defined an array which holds a couple of elements which are nothing but files names. I want to find the files in a directory for the matching file name(array elements) with less than 1 day old. When I am trying to execute the code (as below), it gives an error. Your help in this... (1 Reply)
Discussion started by: mkbaral
1 Replies

10. UNIX for Dummies Questions & Answers

get two strings ending with "." and starting with "."

Hi all, In unix shell, I want to get two strings ending with "." and starting with "." from a string "chan.txt" For example, a string "chan.txt". The first string is "chan" The second string is "txt" Yours Wilson (1 Reply)
Discussion started by: wilsonchan1000
1 Replies
Login or Register to Ask a Question