
6th March 2010, 01:04
|
|
Senior Member
|
|
Join Date: Jul 2007
Location: Connecticut, US
Posts: 502
Thanks: 51
Thanked 14 Times in 12 Posts
|
|
symlink to roundcube webmail displays "No input file specified."
symlink to roundcube webmail displays "No input file specified."
I've created a symlink to the /webmail directory on my main website on all of my client's websites. It works fine on the main website, but on all of the client sites it says: "No input file specified."
|

6th March 2010, 12:21
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Are symlinks allowed for the virtual hosts?
|

6th March 2010, 21:32
|
|
Senior Member
|
|
Join Date: Jul 2007
Location: Connecticut, US
Posts: 502
Thanks: 51
Thanked 14 Times in 12 Posts
|
|
I'm not sure, here is what's in mysite.com.vhost file:
<Directory /var/www/criticalwire.com/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/clients/client1/web1/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Last edited by bswinnerton; 6th March 2010 at 21:45.
|

7th March 2010, 15:10
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Hm, symbolic links are allowed... Are there any errors in Apache's error log?
|

7th March 2010, 16:59
|
|
Senior Member
|
|
Join Date: Jul 2007
Location: Connecticut, US
Posts: 502
Thanks: 51
Thanked 14 Times in 12 Posts
|
|
Here we go:
Code:
[Sun Mar 07 10:55:25 2010] [notice] mod_fcgid: call /var/www/site1.com/web/webmail/index.php with wrapper /var/www/php-fcgi-scripts/web7/.php-fcgi-starter
..not that I can make any sense out of it.
|

8th March 2010, 13:15
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Oh, you're using mod_fcgid. I guess it is a permissions problem because /var/www/site1.com/web/webmail/index.php isn't owned by the correct user and group.
|

8th March 2010, 14:55
|
|
Senior Member
|
|
Join Date: Jul 2007
Location: Connecticut, US
Posts: 502
Thanks: 51
Thanked 14 Times in 12 Posts
|
|
Hmm, well who should it be owned by?
I wasn't unaware that I was using the mod to be honest.
Last edited by bswinnerton; 8th March 2010 at 15:00.
|

9th March 2010, 15:24
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
The problem is that each mod_fcgid web site requires another user and group. I think it's better to use mod_php in this case.
|

9th March 2010, 17:00
|
|
Senior Member
|
|
Join Date: Jul 2007
Location: Connecticut, US
Posts: 502
Thanks: 51
Thanked 14 Times in 12 Posts
|
|
Still no luck, same problem when I changed it to mod_php.
EDIT: Forgot to add it to mod_php to the client. But now I'm getting a screen when trying to view the webmail page on the client.
Last edited by bswinnerton; 9th March 2010 at 18:23.
|

9th March 2010, 18:24
|
|
Senior Member
|
|
Join Date: Jul 2007
Location: Connecticut, US
Posts: 502
Thanks: 51
Thanked 14 Times in 12 Posts
|
|
Quote:
Originally Posted by bswinnerton
Still no luck, same problem when I changed it to mod_php.
EDIT: Forgot to add it to mod_php to the client. But now I'm getting a screen when trying to view the webmail page on the client.
|
With the following in the error.log of the client:
Code:
[Tue Mar 09 12:23:13 2010] [error] [client 192.168.1.50] PHP Fatal error: Unknown: Failed opening required '/var/www/clientsite.com/web/webmail/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 22:54.
|
|
Recent comments
17 hours 6 min ago
23 hours 47 min ago
1 day 3 hours ago
1 day 5 hours ago
1 day 13 hours ago
1 day 23 hours ago
1 day 23 hours ago
2 days 3 hours ago
2 days 7 hours ago
2 days 8 hours ago