my host file:
127.0.0.1 localhost
::1 localhost
127.0.0.1 web1
127.0.0.1 testapache
127.0.0.1 wpmu.com
127.0.0.1 wp
sample entries for my httpd-vhosts.conf:
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin josexxxxxxxx@gm ail.com
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"
...
User Profile
Collapse
-
What I did was change IIS from using port 80 to 8000 and my apache instance to port 80. Let me know if you need anything else.Leave a comment:
-
i added an END to the Case section
# case generalCommunit y when 'Lakeland'
# then c.addrCity = 'Lakeland' OR c.addrCity= 'Bartow' OR c.addrCity = 'Mulberry'
# when 'Winter Haven'
# then c.addrCity = 'Lake Hamilton' OR c.addrCity = 'Winter Haven' OR c.addrCity = 'Davenport'
# when 'Tampa'
# then c.addrCity = 'Wimauma' OR c.addrCity = 'Wesley Chapel' OR c.addrCity...Leave a comment:
-
error 1064 stored procedure using navicat
I'm attempting to create/update a stored procedure. it's within the navicat environment but after looking and reading various forums the environment that I'm using to create it doesn't seem to be an issue. is there anything you can see that I'm not?
i'm guessing it's something small my eyes have continued to overlook
Code:CREATE PROCEDURE `communityFloorplans`(in generalCommunity varchar(55), in priceRange varchar(10),
-
-
I'm guessing your referring to the windows hosts file. It's required to have the IP:PORT that refers to one web server/IP with multiple domains. Once resolved it will direct the browser to the domain. Keep in mind this is all on a local machine and does not require a DNS server as there is no external access from networked machines or the Internet.Leave a comment:
-
Apache 2.2 VirtualHosts not working on Windows Vista
I've searched, I've read, I've tested and re-read numerous post but to no avail yet...
Quite simply, the settings I've applied to my httpd.conf, httpd-vhost.conf and my hosts files simply does not work. Please review my work and let me know if you see that one little thing that is throwing me for a loop.
HTTPD.CONF
Code:# # This is the main Apache HTTP server configuration file. It contains the
No activity results to display
Show More
Leave a comment: