3.9 install problem !

Author Message

Marvix Marx

Saturday 30 December 2006 3:44:34 am

Hi..

When i try to install ez 3.9 .. its forwading to www.localhost.com ... am on localhost apache server under win xp ... I had changed or added to the host file
127.0.0.2 localhost.com

also added virtual host to apache config ... but still looking for localhost.com !!

Marvix Marx

Monday 01 January 2007 1:42:28 am

Hey ...

Happy New Year all :))

No help yet ^^

kracker (the)

Monday 01 January 2007 1:51:43 am

Marvix,

You provide very vague specifics, details, status or explanations.
Be more direct and verbose in your forum message contents.

Still it's fairly clear your at least first having a basic
httpd (web server) + dns (hosts) configuration problem.

Which is really not a negative on eZ publish ...
Do the work! These are basic web server hosting requirements.
<i>http://johnbokma.com/windows/apache-virtual-hosts-xp.html</i>

Focus on fixing your name resolution problem which prevents you from loading your web server virtual host using a domain name to point to your local machine. After you solve this problem you should be well on your way ............

<i>Question:</i> Why are you using the ip '127.0.0.2' instead of '127.0.0.1'? '127.0.0.1' is the default for localhost, are you sure your machine's network is configured to listen to '127.0.0.2'?

But posting like this is not helping anyone.

//kracker

Member since: 2001.07.13 || http://ezpedia.se7enx.com/

Marvix Marx

Monday 01 January 2007 3:57:01 am

Thanks for the tips ...

didn`t wrote alote becuz i don`t what the wrong here, but as u saying from the local server ... i`ll rechecked again ... but its the same way i did befor and its worked fine with 3.8 ... so I tho its 3.9 problem or its need more settings ^^

0.0.2 becuz 0.0.1 its for testing another sites as well :)

but really strange ... on the same server 3.8 work normal ... without VH configration !!

I`ll recheck again ... thanks!

Marvix Marx

Tuesday 02 January 2007 3:56:25 pm

Sorry pal ...

Not working at all ... here is the settings :

#NameVirtualHost *:80
NameVirtualHost 127.0.01

<VirtualHost 127.0.0.1>
ServerName www.localhost
ServerAlias www.localhost localhost *.localhost www.localhost.com localhost.com
ServerAdmin me@mydomain.com
DocumentRoot "E:\PHP\xampp\htdocs"
</VirtualHost>



#######################
##############

#########
######E:\PHP\xampp\htdocs\ezp39\settings

<VirtualHost 127.0.0.1> 
<Directory "E:\PHP\xampp\htdocs\ezp39">
Options FollowSymLinks
AllowOverride None
</Directory>
<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 .* /index.php
#RewriteRule !\.(gif|css|jpg|png|jar|js|html)$ /index.php
</IfModule>


ServerName ezp
ServerAlias www.ezp ezp *.ezp www.ezp.com ezp.com
DocumentRoot E:\PHP\xampp\htdocs\ezp39
DirectoryIndex index.php index.html index.html index.htm index.shtml 
</VirtualHost> 

#################################


hosts

127.0.0.1       localhost
127.0.0.1       localhost.com
127.0.0.1       www.localhost.com
127.0.0.1       ezp
127.0.0.1       ezp.com
127.0.0.1       www.ezp.com

its giving me error msg .. " The Connection Was Reset ... The connection to the server was reset while the page was loading"

But if change the E:\PHP\xampp\htdocs\wordpress15
works fine .. that shows the wrong in the ezp not in the apache config or what do you think ..

The same setting ezp 3.8 works fine on the same server !!!

Thanks in advanced.

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