Timeout with URL forwarding and Virtual Hosts Setup

Author Message

Arne S

Thursday 21 December 2006 8:59:19 am

Hi all,

I installed EZ on my unix server (with confixx), and it more or less works fine, but only when I access the site via the direct url, which is webx.xxx.serverkompetenz.net.

When I now try to create a forwarding from a different URL and created this as a virtual host with confixx, I always run into timeout after 1 minute. Even so the correct path is adressed, I only get error messages like:
Fatal error: Maximum execution time of 60 seconds exceeded in /srv/www/htdocs/webx/html/lib/eztemplate/classes/eztemplatecompiler.php on line 1498
Fatal error: eZ publish did not finish its request

I already adapted the vhost file to the recommended one from EZ site:

<VirtualHost XX.XX.XX.XX:80>
<Directory /srv/www/htdocs/webx/html>
Options FollowSymLinks
AllowOverride None
</Directory>

<IfModule mod_php4.c>
php_admin_flag safe_mode Off
php_admin_value register_globals 0
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value allow_call_time_pass_reference 0
</IfModule>

DirectoryIndex index.php

<IfModule mod_rewrite.c>
RewriteEngine On
Rewriterule ^/var/storage/.* - [L]
Rewriterule ^/var/[^/]+/storage/.* - [L]
RewriteRule ^/var/cache/texttoimage/.* - [L]
RewriteRule ^/var/[^/]+/cache/texttoimage/.* - [L]
Rewriterule ^/design/[^/]+/(stylesheets|images|javascript)/.* - [L]
Rewriterule ^/share/icons/.* - [L]
Rewriterule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts?)/.* - [L]
Rewriterule ^/packages/styles/.+/(stylesheets|images|javascript)/[^/]+/.* - [L]
RewriteRule ^/packages/styles/.+/thumbnail/.* - [L]
RewriteRule ^/favicon\.ico - [L]
RewriteRule ^/robots\.txt - [L]
# Uncomment the following lines when using popup style debug.
# RewriteRule ^/var/cache/debug\.html.* - [L]
# RewriteRule ^/var/[^/]+/cache/debug\.html.* - [L]
RewriteRule .* /index.php
</IfModule>

DocumentRoot /srv/www/htdocs/webx/html
SuexecUserGroup webx webx
php_admin_value open_basedir .
ServerName www.domain.eu
ServerAlias admin.domain.eu
</VirtualHost>

Any Ideas ?

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

eZ debug

Timing: Jan 31 2025 06:29:37
Script start
Timing: Jan 31 2025 06:29:37
Module start 'layout'
Timing: Jan 31 2025 06:29:37
Module start 'content'
Timing: Jan 31 2025 06:29:37
Module end 'content'
Timing: Jan 31 2025 06:29:37
Script end

Main resources:

Total runtime0.0255 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 588.3828151.2422
Module start 'layout' 0.00530.0030 739.625036.7109
Module start 'content' 0.00820.0153 776.335990.1094
Module end 'content' 0.02360.0019 866.445329.9922
Script end 0.0255  896.4375 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002810.9409140.0002
Check MTime0.00124.5806140.0001
Mysql Total
Database connection0.00083.030410.0008
Mysqli_queries0.002710.689030.0009
Looping result0.00000.046710.0000
Template Total0.00135.010.0013
Template load0.00103.730410.0010
Template processing0.00031.217010.0003
Override
Cache load0.00072.627210.0007
General
dbfile0.007629.628280.0009
String conversion0.00000.031740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs