mwinter
Total posts: 4327
10/28/2007 12:54 PM
omfg i think i fixed the password thingie. again. and it's one hell of a crazy hack.
Steven
Total posts: 751
11/7/2007 4:50 PM
omgwtffucksegfaults
Drew
Total posts: 5115
11/8/2007 3:58 AM
the whole internet has been weird the last few days i knew it was just a fad
Steven
Total posts: 751
11/9/2007 7:58 AM
i have to present a paper at a conference in D.C. next week and i just found out that i have to do it without the benefit of any results. the code that i'm working on is at Oak Ridge and i just found out that the network admin took the cluster down for an upgrade and it won't be back up until sometime next week. isn't it the responsibility of a network admin to notify the users if a machine is going to be removed from operation? i never got any notice so now i'm just gonna get laughed at during my talk. sorry for being so emo.
mike
Total posts: 2298
11/9/2007 10:51 AM
they won't be laughing when you slash your wrists in front of all of them
mwinter
Total posts: 4327
11/15/2007 10:11 AM
so i fixed the image server.. and i'll post here to remind me next time that the .htaccess file has to look like this:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^img.club409.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.img.club409.com$
RewriteRule ^(.*)$ http://97.100.241.178/$1 [R=301L]
and not like this:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^img.club409.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.img.club409.com$
RewriteRule ^(.*)$ http://97.100.241.178/ [R=301L]
Drew
Total posts: 5115
11/15/2007 2:11 PM
i'm still having to wait a minute every time i log in is that on my end or is something else going on?
Shawn
Total posts: 1367
11/15/2007 2:26 PM
I concur
mike
Total posts: 2298
11/15/2007 2:52 PM
i can't touch my htaccess :(
mwinter
Total posts: 4327
11/15/2007 3:54 PM
The login slowness might be a complication with the redirects that are going on.. it sends you to login.php which attempts to process your login info and then redirect you to whatever page you came from.. i'll see what i can see.