403 Forbidden immediately after installation

Author Message

Carlos Caballero

Thursday 05 July 2007 4:30:08 pm

Bruce Morrison

Thursday 05 July 2007 6:03:11 pm

Hi Carlos

Do you have access to the webserver logs? If so check the error log as it will more than likely tell you why you don't have access to the file.

Check file permissions. Is the user that the webserver is running under (probably apache) able to read the files?

Cheers
Bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Carlos Caballero

Friday 06 July 2007 1:57:37 pm

Thanks, Bruce!

No, it did not work. Here is some additional data:
* I changed the owner and group of the complete set of files to 'apache', and verified that Apache is running under that ID. <b>Did not work</b> -- When I look at the Apache log, all it says is that
(13)Permission denied: access to / denied
(13)Permission denied: access to /favicon denied

* I don't know if this can help you to help me... but the modules active in Apache are: core, mod_access, mod_actions, mod_alias, mod_asis, mod_auth, mod_auth_dbm, mod_auth_digest, mod_autoindex, mod_cache, mod_cern_meta, mod_cgi, mod_dav, mod_dir, mod_disk_cache, mod_env, mod_imap, mod_include, mod_info, mod_log_config, mod_mem_cache, mod_mime, mod_mime_magic, mod_negotiation, mod_perl, mod_php4, mod_proxy, mod_setenvif, mod_speling, mod_ssl, mod_status, mod_suexec, mod_userdir, mod_vhost_alias, and prefork

<b>Any</b> help will be very much appreciated
Cheers
Carlos

Bruce Morrison

Friday 06 July 2007 4:08:05 pm

Hi Carlos

Maybe it's SELinux issues - see http://ez.no/community/forum/install_configuration/failed_executing_usr_local_bin_convert

Your virtual host definition seems incomplete - it's missing an initial <VirtualHost>, and there is no DocumentRoot.

HTH

Cheers
Bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Carlos Caballero

Friday 06 July 2007 6:16:29 pm

Thanks again, Bruce!

You propose two root causes:

1. INCOMPLETE VHOST DEFINITION

My fault, the rest was already there but I did not quote it in the original message. BEFORE the lines that I reproduced, it says:

NameVirtualHost 10.1.18.95

<VirtualHost *>
DocumentRoot "/home/ccweb/matador"

...from here on already quoted

.

2. SECURE LINUX ISSUES

I will check a little further, and give you an update. I fetched the article you mentioned, and even when it does not strictly refer to the same issue I am encountering, tried the command mentioned in the thread (quoted below), and got an invalid syntax error, which I will try to pursue. I will report again, in the meanwhile any ideas are of course <b>very welcome</b>.

How I tried (and failed) to stop SE for httpd:

 setsebool -P httpd_disable_trans 1 service httpd restart 

Cheers, and a great weekend for you!
Carlos

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.