Virtual Host apache

Author Message

Karl Estermann

Friday 28 October 2005 7:45:00 am

Hello,

Has enybody a vitual host file for a ezbublish installation and the filestructure.

so i can comparing file an structure.

I use the file form the documentionsite, but the system can find any .css and .jpeg

the site will be display without any struvture:

AALS Software AG

*
Suche:

Oberes Menu

*
Unternehmen
*
AGBs
*
News
*
Produkte
*
Downloads
*
Kontakt

Björn Dieding@xrow.de

Friday 28 October 2005 8:23:28 am

    <IfModule mod_php4.c>
        # If you are using Apache 2, you have to use <IfModule sapi_apache2.c>
        # instead of <IfModule mod_php4.c>.

        # some parts/addons might only run safe mode on 
        php_admin_flag safe_mode Off
        # security just in case
        php_admin_value register_globals    0
        # performance
        php_value magic_quotes_gpc  0
        # performance
        php_value magic_quotes_runtime  0
        #http://www.php.net/manual/en/ini.sect.language-options.php#ini.allow-call-time-pass-reference
        php_value allow_call_time_pass_reference 0
    </IfModule>

    <IfModule sapi_apache2.c>
        # If you are using Apache 2, you have to use <IfModule sapi_apache2.c>
        # instead of <IfModule mod_php4.c>.

        # some parts/addons might only run safe mode on 
        php_admin_flag safe_mode Off
        # security just in case
        php_admin_value register_globals    0
        # performance
        php_value magic_quotes_gpc  0
        # performance
        php_value magic_quotes_runtime  0
        #http://www.php.net/manual/en/ini.sect.language-options.php#ini.allow-call-time-pass-reference
        php_value allow_call_time_pass_reference 0
    </IfModule>

    <IfModule mod_rewrite.c>
        RewriteEngine On

        RewriteCond %{HTTP_HOST} ^webdav\..*
        RewriteRule ^(.*) /webdav.php [L]

        RewriteCond %{HTTP_HOST} ^soap\..*
        RewriteRule ^(.*) /soap.php [L]

        RewriteRule ^/var/cache/debug.html.* - [L]
        RewriteRule ^/var/[^/]+/cache/debug.html.* - [L]
        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 .* /index.php

    </IfModule>

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Karl Estermann

Friday 28 October 2005 9:17:34 am

hello,
i've exact this file:
My image are in:
Groupware:/srv/www/htdocs/ezpublish-3.6.1/var/corporate/storage/packages/structural/files/default/file/images #
and css are in :
Groupware:/srv/www/htdocs/ezpublish-3.6.1/var/corporate/storage/packages/structural/files/default/file/
#
where are your Image and css?

Thanks for your information
Karl

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 19 2025 04:39:39
Script start
Timing: Jan 19 2025 04:39:39
Module start 'layout'
Timing: Jan 19 2025 04:39:39
Module start 'content'
Timing: Jan 19 2025 04:39:39
Module end 'content'
Timing: Jan 19 2025 04:39:39
Script end

Main resources:

Total runtime0.0182 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.0092 589.1563152.6250
Module start 'layout' 0.00920.0027 741.781339.4453
Module start 'content' 0.01190.0044 781.226693.4609
Module end 'content' 0.01630.0018 874.687534.3047
Script end 0.0181  908.9922 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002513.6572140.0002
Check MTime0.00115.9956140.0001
Mysql Total
Database connection0.00105.391710.0010
Mysqli_queries0.004625.301930.0015
Looping result0.00000.149710.0000
Template Total0.00158.110.0015
Template load0.00084.216810.0008
Template processing0.00073.882010.0007
Override
Cache load0.00052.896110.0005
General
dbfile0.00031.550480.0000
String conversion0.00000.048640.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