Jump to content
The Uniform Server Community

pathe3

Member
  • Posts

    9
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows XP

pathe3's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm also having the same problem with AWStats using 5.6.13-Nano. I already had Perl 5.10 installed and the test.pl file in cgi-bin executes "Hello World". Since I already had Perl, I installed AWStats file UniServer_AWStats_1.0.zip and I also tried UniServer_AWStats_1.0.exe. Typing http://localhost/cgi-bin/awstats/awstats.pl into the browser address bar returns: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. error log entries: [Fri Apr 22 01:48:10 2011] [error] [client 127.0.0.1] Premature end of script headers: awstats.pl [Fri Apr 22 01:48:10 2011] [error] [client 127.0.0.1] Encode object version 2.35 does not match bootstrap parameter 2.23 at C:/Utilities/UniServer/usr/lib/XSLoader.pm line 94.\r [Fri Apr 22 01:48:10 2011] [error] [client 127.0.0.1] Compilation failed in require at C:/Utilities/UniServer/cgi-bin/awstats/awstats.pl line 19.\r [Fri Apr 22 01:48:10 2011] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at C:/Utilities/UniServer/cgi-bin/awstats/awstats.pl line 19.\r [Fri Apr 22 01:49:27 2011] [error] [client 127.0.0.1] script not found or unable to stat: C:/Utilities/UniServer/cgi-bin/awstats/test.pl [Fri Apr 22 01:54:53 2011] [error] [client 127.0.0.1] Premature end of script headers: awstats.pl [Fri Apr 22 01:54:53 2011] [error] [client 127.0.0.1] Encode object version 2.35 does not match bootstrap parameter 2.23 at C:/Utilities/UniServer/usr/lib/XSLoader.pm line 94.\r [Fri Apr 22 01:54:53 2011] [error] [client 127.0.0.1] Compilation failed in require at C:/Utilities/UniServer/cgi-bin/awstats/awstats.pl line 19.\r [Fri Apr 22 01:54:53 2011] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at C:/Utilities/UniServer/cgi-bin/awstats/awstats.pl line 19.\r [Fri Apr 22 02:08:51 2011] [error] [client 127.0.0.1] Premature end of script headers: awstats.pl [Fri Apr 22 02:08:51 2011] [error] [client 127.0.0.1] Encode object version 2.35 does not match bootstrap parameter 2.23 at C:/Utilities/UniServer/usr/lib/XSLoader.pm line 94.\r [Fri Apr 22 02:08:51 2011] [error] [client 127.0.0.1] Compilation failed in require at C:/Utilities/UniServer/cgi-bin/awstats/awstats.pl line 19.\r [Fri Apr 22 02:08:51 2011] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at C:/Utilities/UniServer/cgi-bin/awstats/awstats.pl line 19.\r
  2. Does 7.0.0 support InnoDB? If so, how do you enable it? Previous posts for enabling InnoDB are for older versions and reference a file in "\usr\local\mysql" that doesn't exist in the newer versions of Uniform Server. Thanks
  3. Good info. I was doing the same thing as bdoors72, trying to execute files instead of browsing to them. Already had my httpd.conf file setup for php. Also the quick guide at http://wiki.uniformserver.com/index.php/Ne..._Quick_PHP_Info is highly useful and a quick read.
  4. Followed these instructions for upgrading from 5.6.13-Nano to 7.0.0-Orion. Backed up Nano first. So far, I haven't noticed any issues, but I haven't had time to test it thoroughly.
  5. Appreciate that, but I was already one step ahead. By reading the Uniform Server documentation, I setup 3 local virtual hosts on the server and placed different sites in each of them. I left the www root in its original configuration. I also installed another copy of the Server so that I can use it for troubleshooting in case of problems. I'm sure I'm not telling you anything you don't already know, but setting up the virtual hosts was a bit touchy; requiring starting and stopping the servers after each change when adding or deleting virtual hosts and testing them each time. Spent a lot of time trying different host names and such and setting up duplicates of online content on this server and getting them to work. Really interesting stuff that a server can be so small and portable. I am open to other suggestions for steps I should take next.
  6. Thanks for the detailed response. Yes, I did try removing the original files except .htaccess and populating the www directory with mine - it didn't work. I had a full web site in the www directory including favicon and index.html. Maybe I hosed something when I first started playing around with it, but I deleted the server and reinstalled and it did the same thing. This was for the previous version 5.6.12. Version 5.6.13 didn't behave the same way with the same set of web pages. I did look through the forums, wiki and other documentation, but didn't find an answer to the problem. I did notice the apache error.log file did have a couple of entries in it that said something to the effect of "can't find index.php"; even though I had an index.html page in the www directory. So it was like it was looking specifically for index.php and nothing else. Like I said, maybe I did something wrong, but I didn't change any coding anywhere. Anyway it's working correctly now, but it was frustrating nevertheless. I went through the entire directory structure and the configuration files for the server, so I learned something from it. I also noticed that redirect.html page, and that it only displays for a fraction of a second and goes away. I never thought about looking at the html code for that page. Good information about the redirect coding on it and for directions to disable the redirect functionality. Anyway, glad it's working and there is a ton of online information that I will be going over to familiarize myself with this server. Thanks again
  7. If I place the original files back in www, they override any html files placed in that directory. When I type http://localhost/, I get the php files. I'm sure it has to do with a configuration file somewhere. Is this normal behavior or did something go wrong? I checked httpd.conf and index.html is listed. I tried reinstalling the server also but no change. I downloaded the new version, 5.6.13 and it's working correctly. My index.html is overriding the index.php file. I'm not sure what was going on before. Seems OK now.
  8. Hi, I'm a newbie to servers and plan to use Uniserver to test web site pages locally. I got it installed and followed the instructions here: http://wiki.uniformserver.com/index.php/Ne...k_Install_Guide. The default index.php page loaded up OK. When I replaced the files in www with my own web site pages (leaving htaccess); at first the index page loaded up OK using http://localhost/. After restarting my computer later, the index.html page doesn't load automatically; however, if I type in the full address http://localhost/index.html, everything works. If I replace my web site pages with the default index.php page, it comes up with http:/localhost/. I tried other index.html pages and they don't come up automatically. All I get is a directory page showing index of / with name, last modified, size, description columns. I searched through the forums but can't find a similar problem. What is going on?
×
×
  • Create New...