On Tue, Jan 20, 2015 at 11:32 AM, Eric Covener wrote:
>> ErrorLog "logs/portal-error_log"
>
> Was your error in the expected log? Could be wrong vhost.
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For ad
I change my directive , but not work again.
ServerAdmin webmas...@openlabtec.com
DocumentRoot /var/www/www.portal.oduvaldocozzi.intranet
ServerName portal.oduvaldocozzi.intranet
Options Indexes FollowSymLinks MultiViews
AllowOverride None
On Tue, Jan 20, 2015 at 11:06 AM, Rodrigo Cunha
wrote:
>
> Options Indexes FollowSymLinks MultiViews
> AllowOverride None
> Order allow,deny
> allow from all
> DirectoryIndex index.php index.html
>
>
[Tue Jan 20 14:04:07.481307 2015] [authz_core:error] [pid 26576:tid
3065178992] [client 192.168.0.2:58479] AH01630: client denied by server
configuration: /var/www/www.portal.oduvaldocozzi.intranet/
2015-01-20 14:07 GMT-02:00 Eric Covener :
> On Tue, Jan 20, 2015 at 11:04 AM, Rodrigo Cunha
> wro
On Tue, Jan 20, 2015 at 11:04 AM, Rodrigo Cunha
wrote:
> 192.168.0.2 - - [20/Jan/2015:14:04:07 -0200] "GET / HTTP/1.1" 403 209
>
> This ip 192.168.0.2 is my client host.
That's the access log. The error log is where the cause might be listed.
if you added a new DocumentRoot, did you add a new
this is my vhost configuration file in the httpd.conf
ServerAdmin webmas...@openlabtec.com
DocumentRoot "/var/www/www.portal.oduvaldocozzi.intranet"
ServerName portal.oduvaldocozzi.intranet
Options Indexes FollowSymLinks MultiViews
AllowOverrid
192.168.0.2 - - [20/Jan/2015:14:04:07 -0200] "GET / HTTP/1.1" 403 209
This ip 192.168.0.2 is my client host.
2015-01-20 14:00 GMT-02:00 Eric Covener :
>
> On Tue, Jan 20, 2015 at 10:57 AM, Rodrigo Cunha > wrote:
>
>> my vhosts dont work, they are status 403 "dont forbiden access".
>>
>
> What
On Tue, Jan 20, 2015 at 10:57 AM, Rodrigo Cunha
wrote:
> my vhosts dont work, they are status 403 "dont forbiden access".
>
What does the error log say?
Hello,
I have apache server in my local network instaled from apt-get install
apache2, but my php version is old version and i devided to make compile
the apache and add php5.4> module.I want compile this apache from source
code httpd-2.4.10 version, my ./configure this:
./configure --prefix=/usr/l