virtualhost and siteaccess

Author Message

Alessandro Cipriani

Monday 05 July 2004 2:52:23 am

hi all
i setup my apache to run a virtualhost in this way:
....
DirectoryIndex index.php
....
<VirtualHost *>
<Directory C:\Programmi\eZpublish\ezpublish\>
Options FollowSymLinks
AllowOverride None
</Directory>
ServerName www.mysite.com

DocumentRoot "c:\programmi\eZpublish\ezpublish"

</VirtualHost>

and the site.ini.append as follows:

MatchOrder=host
HostMatchType=map
HostMatchMapItems[]
HostMatchMapItems[]=www.mysite.com:8000;mysiteaccess

in this way when i go to 'www.mysite.com:8000' i get the site's homepage

the problem is when i access a node under the homepage:
if i try to access the 'news' node (content/view/full/30) i get a 'module news doesn't exist' message and the link on the browser is:
http://www.myhost.com:8000/index.php/mysiteaccess/content/view/full/30 while i expected something like http://www.myhost.com:8000/index.php/content/view/full/30

any hint?

best regards
alessandro

Björn Dieding@xrow.de

Monday 05 July 2004 7:13:39 pm

A host does not include the port.

try it with out it.
HostMatchMapItems[]=www.mysite.com;mysiteaccess

you can also try to use port mapping
MatchOrder=port;host

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/

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:18:27
Script start
Timing: Jan 31 2025 06:18:27
Module start 'layout'
Timing: Jan 31 2025 06:18:27
Module start 'content'
Timing: Jan 31 2025 06:18:27
Module end 'content'
Timing: Jan 31 2025 06:18:27
Script end

Main resources:

Total runtime0.0144 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.0052 588.1328151.2109
Module start 'layout' 0.00520.0023 739.343836.6484
Module start 'content' 0.00750.0055 775.992290.1406
Module end 'content' 0.01300.0014 866.132829.9922
Script end 0.0143  896.1250 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002416.8790140.0002
Check MTime0.00117.4126140.0001
Mysql Total
Database connection0.00085.267410.0008
Mysqli_queries0.002316.185530.0008
Looping result0.00000.089610.0000
Template Total0.00106.910.0010
Template load0.00085.435010.0008
Template processing0.00021.420110.0002
Override
Cache load0.00053.722910.0005
General
dbfile0.00107.127280.0001
String conversion0.00000.056440.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