Current time: 04-23-2024, 07:46 PM Hello There, Guest! (LoginRegister)


Post Reply 
fastcgi for domain_aliasses
Author Message
momo Offline
Junior Member
*

Posts: 148
Joined: Jun 2008
Reputation: 1
Post: #1
fastcgi for domain_aliasses
I have a problem with "No input file specified". Lots of people resolved this by adding
Code:
doc_root = ""
in php.ini.

What works for my setup with ispcp is more like
Code:
doc_root = "/var/www/virtual/{DMN_NAME}/htdocs/"

After regeneration (my favorite hobby:rolleyesSmile EVERYTHING WORKS GREAT Big Grin except for domain_alliasses. They get the related domain doc_root thing, so all php script will fail.

This is because fcgi only have setup for domain and not domain_alliasses.
My question is why is this so? Am I retarded to want to do such thing? Can I get fcgi for domain_alliasses?

Thank you
07-16-2008 11:02 AM
Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #2
RE: fastcgi for domain_aliasses
momo Wrote:What works for my setup with ispcp is more like
Code:
doc_root = "/var/www/virtual/{DMN_NAME}/htdocs/"

If this line is in your php.ini, somethings going wrong with parsing the Variables.

What do you mean with fcgi for Domain Alias? Do you want an own php.ini for this?
07-16-2008 03:42 PM
Visit this user's website Find all posts by this user Quote this message in a reply
momo Offline
Junior Member
*

Posts: 148
Joined: Jun 2008
Reputation: 1
Post: #3
RE: fastcgi for domain_aliasses
Parsing variables is fine. But there is no parsing for Domain Alias since Domain Alias rely on its "Main" Domain for fcgi.
Code:
for Main Domain after parsing--> doc_root = "/var/www/virtual/mainDomain.com/htdocs/"
Code:
Domain Alias after parsing--> doc_root = "/var/www/virtual/mainDomain.com/htdocs/"
07-16-2008 11:29 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)