http access irresponsive... php restriction? 404 all around

Status
Not open for further replies.

endogenous

New Member
Messages
5
Reaction score
0
Points
0
hello all, I'm new to the host:) I set mine up the other day and now... i cant get any http out of the beast... just ftp and cpanel... http://endogenous.pcriot.com

i just get a 404 and you are not authorized to access your index.php

any help would be greatly appreciated...

any chance x10 would ever add fcgi in the future?

................................................................................
ok it is just the php i cant access
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
Try moving your .htaccess file to .htaccess.bk to rule out that it is not the issue. If that is NOT the issue try chmodding your files to 755.

-Corey
 

endogenous

New Member
Messages
5
Reaction score
0
Points
0
I was playing with the .htaccess as you typed... I'm not sure why the .htaccess didn't have an issue until now bc i didn't mod it, but used a default and it is good now:)

Sorry to bug you man... I know you have things to do

Thanks for your efforts!

be cool

pho

btw any chance of seeing fastcgi any time?
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
Is fastcgi compatible with Apache 1.3 ? We were using it on 2.2 but we recently downgraded because of all the issues with cPanel and 2.2

-Corey
 

endogenous

New Member
Messages
5
Reaction score
0
Points
0
Yep, fastcgi_mod was orginally designed for apache 1.3.

Here is an article comparing the benefits of fcgi to reg cgi.

http://www.linuxjournal.com/article/2607

"The mod_fastcgi source code: The current version (as of September 3, 1998) is 2.0.17. It's compatible with Apache 1.3.1 and is available at http://fastcgi.idle.com/fastcgi.tar.gz."

Implimentation is pretty easy. Most distros you can emerge or apt-get the package. Regardless here is the fastcgi_mod site.

http://www.fastcgi.com/
http://www.fastcgi.com/dist/
http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html#FastCgiServer

'n with cpanel
http://wiki.ocssolutions.com/Using_FastCGI_on_cPanel#Switching_to_FastCGI

oh and my favorite part of the white paper

speed.jpg


http://www.fastcgi.com/devkit/doc/fastcgi-whitepaper/fastcgi.htm

thanks for respondin with such haste:)

later

pho
 
Last edited:
Status
Not open for further replies.
Top