Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 09-30-2006, 03:15 PM   #1
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
:mad All Webhosts - STEP INSIDE !!!

Now that i have your attention lets test your webhost tech support please..

This is a real problem i had recently i wont mention the host because i am still with them and i think they are good stuff , happy with my service so far so i dont want one isolated incident to reflect on their name.

I would like to know how your support would have handled the following scenario..

Some background.. :

I have 2 domains sharing an ip on a virtual account
siteone.com
and
sitetwo.com


pointing directly to the ip went to siteone.com

at some point this changed and was pointing to the second domain sitetwo.com

so i contacted support
( i dont have the exact trascript here so im just going by memory )
Me: hi did you guys change something on my box ?
support : no why ?
Me : well going directly to my ip used to point to siteone.com and now its pointing to sitetwo.com
support: hmm we havent changed anything here.
Me: well i have a few script coded pointing to the ip so i would like it switched around
support: we havent changed anything at all here
me: well hmm can you explain how the ip flipflopped like that on its own..
support: ill have to check into that
me:ok
support:ok maybe we did upgrade some things that might have cause some etc etc etc
me: it did , can you change it back
support: that cant be done
me: hmm well if you changed it one way makes sense you can change it back
support: ill put in a ticket to the tech's






----------------------

ok i shortned it a bit for time because we did a lot more looping in circles than i transcribed but you get the point.. ( i may also have been a bit more blunt in the transcript too because im doing it from memory )

I would like to have actually heard what the problem was and perhaps it could have gone smoother so heres a chance for webhosts supprt techs to show how they would have handled it ( perhaps smoother )

p.s. keep in mind i am just a virtual at this host not a dedicated so i dont expect royal treatment but.. ( and i would like that reflected in the answer as how you would answer a virtual account customer )
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-30-2006, 03:18 PM   #2
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
p.s. i dont recall if they did actually switch it back or not eventually .

i spent the night recoding my scripts because i needed it fixed that night so it didnt matter anymore
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-30-2006, 03:21 PM   #3
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Montreal, Quebec
Posts: 29,680
Did they fix it or not ?

apache config file thakes care of that
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-30-2006, 03:34 PM   #4
Klen
 
Klen's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
Well i dont know but i never had problem with any host
Klen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-30-2006, 04:58 PM   #5
zagi
Confirmed User
 
Join Date: Jan 2004
Posts: 1,238
Ok Ok let me break it down here

First the tech side, this is an issue of HTTP/1.1 Virtual Hosting specs

Back in the day when they realized hey it doesn't make sense for all domains to have their own IP they changed the HTTP protocol to send a Host header that specifies exactly the name of the site that they want to connect to on a certain IP.

Now the only way to properly manage virtual hosting is via software, doing it by hand you'll go insane! Software is usually written 3rd party as its quite difficult to write in house, so there are a BUNCH of limitations.

Things that could have caused this problem, mannnn there's a bunch anything simple from rebuilding VirtualHosts (order is important) to maybe using alphabetical sorting, to even adding more IPs on the box and it having to re-organize previous entries could have caused sitetwo's vhost to appear above siteone's and that would result in what you described.

As for customer support it's always best to give a full explanation to the customer. Say for example, they honestly DONT have control over how the software associates IPs and VirtualHosts they could have explained that a software upgrade was performed and this is just the way things will be from now on. Its always good to counteract a negative with a positive, they might have suggested for example switching one of the sites to a seperate dedicated IP address or any other workaround if there is no possibility for a fix.

So there you have it I wouldn't blame the host much but in every situation there's a good way and a bad way to handle it.
__________________
Managed US/NL Hosting [ [Reality Check Network ]
Dell XEON Servers + 1/2/3 TB Packages ICQ: 4-930-562
zagi is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-30-2006, 05:31 PM   #6
elron
Confirmed User
 
Join Date: Jul 2003
Posts: 1,553
the site that will appear when you put the ip will be the first site on the httpd.conf file . switching the sites must have a prior order change on the virtual sites list at their conf file
elron is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-30-2006, 05:42 PM   #7
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
Quote:
Originally Posted by zagi
Ok Ok let me break it down here

First the tech side, this is an issue of HTTP/1.1 Virtual Hosting specs

Back in the day when they realized hey it doesn't make sense for all domains to have their own IP they changed the HTTP protocol to send a Host header that specifies exactly the name of the site that they want to connect to on a certain IP.

Now the only way to properly manage virtual hosting is via software, doing it by hand you'll go insane! Software is usually written 3rd party as its quite difficult to write in house, so there are a BUNCH of limitations.

Things that could have caused this problem, mannnn there's a bunch anything simple from rebuilding VirtualHosts (order is important) to maybe using alphabetical sorting, to even adding more IPs on the box and it having to re-organize previous entries could have caused sitetwo's vhost to appear above siteone's and that would result in what you described.

As for customer support it's always best to give a full explanation to the customer. Say for example, they honestly DONT have control over how the software associates IPs and VirtualHosts they could have explained that a software upgrade was performed and this is just the way things will be from now on. Its always good to counteract a negative with a positive, they might have suggested for example switching one of the sites to a seperate dedicated IP address or any other workaround if there is no possibility for a fix.

So there you have it I wouldn't blame the host much but in every situation there's a good way and a bad way to handle it.

good answer
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-30-2006, 06:23 PM   #8
fuzebox
making it rain
 
fuzebox's Avatar
 
Industry Role:
Join Date: Oct 2003
Location: seattle
Posts: 22,119
Quote:
Originally Posted by elron
the site that will appear when you put the ip will be the first site on the httpd.conf file . switching the sites must have a prior order change on the virtual sites list at their conf file
You can also create a new VirtualHost entry with the ServerName set to the ip address.
fuzebox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.