
traxxus
Member-
Posts
79 -
Joined
-
Last visited
Everything posted by traxxus
-
Coral 8.4 start up error on windows 2003
traxxus replied to jeret's topic in Uniform Server - Windows
Please post the solution for other users. -
Damn that's not good.... Joomla has MANY files with this sizes.... Manual edit all the files is a job for months. A php developers says we can try this snapshot: http://windows.php.net/snapshots/#php-5.4-ts-windows-vc9-x86 Can i simply extract the content of the zip file in the C:\UniServer\usr\local\php folder? Edit: nope, its Chuck Testa. Ehhrm i mean: no that doesn't work.
-
This did the trick for me. Thanks.
-
HI Yoni That doesn't work for me. I uncommented the line: LoadModule logio_module modules/mod_logio.so and the log lines in httpd.conf: <IfModule log_config_module> # # The following directives define some format nicknames for use with # a CustomLog directive (see below). # LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent <IfModule logio_module> # You need to enable mod_logio.c to use %I and %O LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio </IfModule> # # The location and format of the access logfile (Common Logfile Format). # If you do not define any access logfiles within a <VirtualHost> # container, they will be logged here. Contrariwise, if you *do* # define per-<VirtualHost> access logfiles, transactions will be # logged therein and *not* in this file. # #CustomLog "logs/access.log" common # # If you prefer a logfile with access, agent, and referer information # (Combined Logfile Format) you can use the following directive. # LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio CustomLog "logs/access.log" combined </IfModule>
-
Hi I use the standard uniformserver httpd.conf file. The apache access.log file doesn't have that much information as i need. Fore example a piece out of the access.log That's not enough. I want something like this: How can i do that?
-
Setting Up Uniform Server for Production
traxxus replied to hanleyhansen's topic in Uniform Server - Windows
I have UniFormServer as productive server too. No security problems, no performance problems. Approximately 20'000 viewers per month. Secured with professional firewalls and .htaccess files. -
You can allow or deny IPs or IP ranges with the .htaccess file.
-
Really nice GUI look.
-
can't access local host and server menu too small
traxxus replied to Tom Carnevale's topic in Open Discussion
Use Coral 8.1.2. All newer versions has big problem (since apache 2.4.1 is inside). -
Use Coral 8.1.2 and not 8.3.1
-
In the awstats config change the line `logformat` (cant remind the exact name) from 1 to 4.
-
Hi Yes the annyoing php5ts.dll bug. The devs know about it, but there is no solution ATM. You can try this: http://forum.uniformserver.com/index.php?s...ost&p=10151
-
If you use UniServer Coral 8.3.1 - switch to 8.1.2 8.3.1 is a problem child.
-
Please post the error lines from error.log and post the event from windows-event viewer.
-
coral 8.3.1 seems not run properly
traxxus replied to makantruzz's topic in Uniform Server - Windows
Update: Apache 2.4.1 has confirmed hick-ups on windows. Some time after running apache doesn't respond. No error, no crash. The solution is to add these lines at the top of http.conf: AcceptFilter http none EnableSendfile Off EnableMMAP off Source And about 8.3.1 does NOT work on Windows 7 in PROGRAM MODE; this is a problem who BobS and Ric have to solve in the scripts. If you start httpd.exe in C:\webserver\usr\local\apache2\bin manualy, the website runs fine. When i install and start apache as service i have no problems under windows 7. Only in program mode. -
coral 8.3.1 seems not run properly
traxxus replied to makantruzz's topic in Uniform Server - Windows
i have to correct me. Obviously, when i use InternetExplorer i can't show the website of UniServer 8.3.1. Any other browser works fine. -
cannot run localhost on coral 8.2.0
traxxus replied to makantruzz's topic in Uniform Server - Windows
I can confirm, 8.3.1 does not work with Windows 7 here. -
Without more details we can't help. WHich OS? 32bit ? 64bit?
-
coral 8.3.1 seems not run properly
traxxus replied to makantruzz's topic in Uniform Server - Windows
On windows server 2003 32bit Coral 8.3.1 runs fine. -
Coral add some lines in the httpd.conf ( C:\UniServer\usr\local\apache2\conf\ ) after using it. You can't simple move the UniServer folder. Search all the old paths and change it to the new (C:/UniServer/XYZ): For example: ServerRoot "C:/UniServer/usr/local/apache2"
-
@Yoni Thank you. I use only localhost (not the server IP) for security. Like you said, with localhost you can only access from the webserver himself. And the adding of an htaccess is descriped in step 9 already.
-
Yep, somethign with 8.2.0 and 8.3.0 is very strange. I upgraded yterday from 8.1.1 to 8.3.0, and the webserver stopped after some time the website delivery. NO idea why. Back to 8.1.1 all is fine.
-
WTF! Why i can't edit my posts after some time? Bad forum settings. I forgot an line at step 6. AWStats won't show the icons, graphs and the css layout. Find the line DirIcons= and change it to DirIcons="http://localhost/awstats/icon" But remind: You must copy the following folders to C:\UniServer\www\awstats : -icon -css -js -classes (they are locatet at awstats-7.0/wwwroot in the zip-package).
-
Hi @Ric Is it possible to change a line in the php.ini in Coral releases? If you want to log PHP errors you need to change the line in the active php.ini: error_log=xyz to error_log="C:\UniServer\usr\local\apache2\logs\phperror.log" This help to locate error, for example the annyoing php5ts.dll bug in Coral.
-
Done, i hope nothing is forgotten. Updated 23Feb12 BobS