-
Page direction
Is it the aligment of the text on the page You mean?
-
Apache Status blocked
I've had the same problem after installing US3.3. And doing the above fixed it, replaced localhost with 127.0.0.1, bingo! job done
-
Error Log Viewer
Hi all! Had a look in the error log viewer and every time I restart the apache service I get this error message: [Mon Oct 23 21:25:19 2006] [notice] Apache/2.0.55 (Win32) DAV/2 PHP/5.1.1 configured -- resuming normal operations [Mon Oct 23 21:25:19 2006] [notice] Server built: Oct 28 2005 02:08:11 [Mon Oct 23 21:25:19 2006] [notice] Parent: Created child process 1344 [Mon Oct 23 21:25:19 2006] [notice] Child 1344: Child process is running [Mon Oct 23 21:25:19 2006] [notice] Child 1344: Acquired the start mutex. [Mon Oct 23 21:25:19 2006] [notice] Child 1344: Starting 250 worker threads. [Mon Oct 23 21:25:54 2006] [error] [client 127.0.0.1] The syntax of this command is:\r\r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:54 2006] [error] [client 127.0.0.1] \r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:54 2006] [error] [client 127.0.0.1] \r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:54 2006] [error] [client 127.0.0.1] NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |\r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:54 2006] [error] [client 127.0.0.1] HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |\r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:54 2006] [error] [client 127.0.0.1] SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]\r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:54 2006] [error] [client 127.0.0.1] \r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:54 2006] [error] [client 127.0.0.1] The service name is invalid.\r\r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:54 2006] [error] [client 127.0.0.1] \r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:54 2006] [error] [client 127.0.0.1] More help is available by typing NET HELPMSG 2185.\r\r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:54 2006] [error] [client 127.0.0.1] \r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:56 2006] [error] [client 127.0.0.1] System error 1060 has occurred.\r\r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:56 2006] [error] [client 127.0.0.1] \r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:56 2006] [error] [client 127.0.0.1] The specified service does not exist as an installed service.\r\r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi [Mon Oct 23 21:25:56 2006] [error] [client 127.0.0.1] \r, referer: http://localhost/apanel/cgi-bin/en/rserver.cgi Anyone else got this error ?
-
Admin Virtual Host - Parse error
Problem solved it was the wrong slashes ( \ ) that was the culprit. Or should I say : The blind noob at the keyboard, i.e. me... Thank You so much Ric !
-
Admin Virtual Host - Parse error
Hi all! I have installed US 3.3 on a W2k and everything works except the Admin Virtual Host. I did search the forum, but could not find a solution. When I click Admin Virtual Host in apanel I get this error message: Parse error: parse error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in W:\home\admin\www\vhost.php on line 25 The only line I've edited in vhost.php is the path to hosts file. Here is some of the contents of vhost.php : <? /* #################################################### # Name: The Uniform Server Admin Panel 2.0 # Developed By: The Uniform Server Development Team # Modified Last By: Olajide Olaolorun (empirex) # Web: http://www.uniformserver.com #################################################### */ // Includes include "includes/config.inc.php"; include "$apanel_path/includes/lang/".file_get_contents("includes/.lang").".php"; include "includes/header.php"; // Path to httpd.conf $httpd_conf_sti = "/usr/local/apache2/conf/httpd.conf"; // Path to hosts file $hosts_sti = "C:\WINNT\system32\drivers\etc\"; // path to all hosts $default_path = "/www/"; if(isset($_POST["host_navn"])) { <-------- Line 25 if(!is_dir($_POST["host_path"])) { mkdir($_POST["host_path"]); } $conf_str = "\n##########VIRTUAL HOST SETUP##########"; $conf_str .= "\n# ". strtoupper($_POST["host_navn"]) ."\n"; $conf_str .= "<VirtualHost *>\n"; $conf_str .= "ServerName ". $_POST["host_navn"] ."\n"; $conf_str .= "DocumentRoot ". $_POST["host_path"] ."\n"; Any ideas?
NoGood@This
Member
-
Joined
-
Last visited