No input file specified

Discussion in 'Tips/Tricks/Mods' started by kokez, Sep 16, 2012.

  1. kokez

    kokez New Member

    Not sure if it is the right place, the moderator can move it if is appropriate.

    For those like me that have experienced the infamous "No input file specified" response in browser, i have to say that it appeared to me after a change to the domain name of an already existent web site, in ISPConfig 3.0.4.6.

    After extensive research and googling, all that I found, led me to a permissions error. But this did not convince me, since before the change everything worked.

    In the end i discovered that the problem lies in the value of the field PHP open_basedir in the Options tab of the detail of the Website.

    It seem that this value will not be updated after a domain name modification. Before the arise of the problem it was configured as domain.com, after then I have changed to domain.net. Here the full value of the field PHP open_basedir, although for convenience of reading I put a carriage return after each colon:

    /var/www/clients/client21/web4/web:
    /var/www/clients/client21/web4/tmp:
    /var/www/domain.com/web:
    /srv/www/domain.com/web:
    /usr/share/php5:
    /tmp:
    /usr/share/phpmyadmin

    Once I changed the domain name to domain.net, this value should be like this:

    /var/www/clients/client21/web4/web:
    /var/www/clients/client21/web4/tmp:
    /var/www/domain.net/web:
    /srv/www/domain.net/web:
    /usr/share/php5:
    /tmp:
    /usr/share/phpmyadmin

    Maybe in a future release of ISPConfig it would be appropriate to include this check.

    Anyway, I'm really grateful to Falko and Till for this brilliant Control Panel, and I am also grateful to the HowtoForge community for the valuable support it offers.

    Ciao!
     
  2. pramodkumar

    pramodkumar New Member

    Hi @till
    I was trying to setup a multi server setup between two of my Ubuntu servers. I completed all steps as described in documentation but I also installed web interface of ISPConfig on slave server. Now when I accessed master server url, it shows error 500, then I changed the user/group of ispconfig folder and now I am trying to access master server with url like masterserver.tld then I am getting error "No Input file specified", although all my sites on master are working properly.

    Please help.

    Thanks
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Which documentation?
    Why?
    Try Internet Search Engines with
    Code:
    site:howtoforge.com ispconfig "No Input file specified"
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    In addition to the questions that @Taleman asked:

    According to which install instructions? You are aware that an ISPConfig multiserver setup has just one master which runs the UI, installing the UI on a slave is only possible when the slave is a mirror server and the connection of that UI is altered to point to the copy of the master database on that mirror (see mirror tutorials).
     

Share This Page