Jump to content
The Uniform Server Community

traxxus

Member
  • Posts

    79
  • Joined

  • Last visited

Everything posted by traxxus

  1. Sure, i write a short step by step guide now. Take some time.
  2. Thank you for the reply. I installed now AWStats 7.0 on my testserver and it runs fine.
  3. Your'e not alone bsenftner. The php5ts.dll crashing is annyoing. See this topic. There is a nasty workaround you can do, but the devs have to fix this problem. -> In the service manager in windows you can tell "restart service" if it crashed. See attachement.
  4. If CSS not loading, there's a path problem at your config. This is not an Uniserver error. Everything of your website should in the /www/ folder; Pls post the folder-structure of /www/
  5. I don0t think at the fault of htaccess. i posted a line too much from the error.log. Windows eventlog says: Faulting application httpd1.exe, version 2.2.22.0, faulting module php5ts.dll, version 5.3.10.0, fault address 0x0000c7d7. Here are more entrys of error.log On more thing to analyze: On the phpinfo.php site, go to modules or variables, the error.log shows this. But i can reproduce this error on all UniServer installations.:
  6. Same problems with 8.1.1. Serverdetails: Windows Server 2003 32bit Coral 8.1.1 PHP accelerators disabled Joomla 2.5.1 Apache error.log: client denied by server configuration: C:/UniServer/www/lokal/, referer: http://xxx.xxx.xxx.xxx zend_mm_heap corrupted zend_mm_heap corrupted [Wed Feb 08 07:34:45 2012] [notice] Parent: child process exited with status 1 -- Restarting. [Wed Feb 08 07:34:45 2012] [notice] Digest: generating secret for digest authentication ... [Wed Feb 08 07:34:45 2012] [notice] Digest: done [Wed Feb 08 07:34:45 2012] [notice] Apache/2.2.22 (Win32) DAV/2 PHP/5.3.10 configured -- resuming normal operations [Wed Feb 08 07:34:45 2012] [notice] Server built: Jan 26 2012 14:02:59 [Wed Feb 08 07:34:45 2012] [notice] Parent: Created child process 3780 [Wed Feb 08 07:34:45 2012] [notice] Digest: generating secret for digest authentication ... [Wed Feb 08 07:34:45 2012] [notice] Digest: done [Wed Feb 08 07:34:46 2012] [notice] Child 3780: Child process is running [Wed Feb 08 07:34:46 2012] [notice] Child 3780: Acquired the start mutex. [Wed Feb 08 07:34:46 2012] [notice] Child 3780: Starting 64 worker threads. [Wed Feb 08 07:34:46 2012] [notice] Child 3780: Starting thread to listen on port 80.
  7. When i have time, i will update it to Coral 8.1.0 final and hope it's better.
  8. Obviously i can't anymore edit my post. So, the php5ts.dll crash appears without PHP accellerator too. Something in Coral 8.1.0RC3 is bad.
  9. Hi I user Coral 8.1.0RC3 and have the same problem with php5ts.dll. The windows crash report: Reporting queued error: faulting application httpd1.exe, version 2.2.21.0, faulting module php5ts.dll, version 5.3.9.0, fault address 0x0000c7d7. OS: Window Server 2003 32bit. What can i do against this? Copy the php5ts.dll into apache/bin dir doesn't solve the problem. EDIT: for the devs: this problem appears only when an PHP accellerator is enabled. Please take a look into.
  10. Hi Is there an AWStats version for Uniserver "Coral"? If yes, is an step for step tutorial available? Thank you.
  11. Another question: If i delete a vhost in the coral admin-panel, the real folder is also deleted Is this true, or it's only a bad phase of the moon
  12. Thanks for your acknowledgment Bobs. Nice to hear that devs listen to "users"
  13. Hi all I want to redirect an IP range to a subdomain. Idea: if someone goes to www.xyz.com they should be forwarded to intern.xyz.com The .htaccess code: RewriteEngine on RewriteCond %{REMOTE_ADDR} 192.168.1 RewriteRule ^(.*)$ http://intern.xyz.com/ [R,L] This doesn't work.... i don't know why. When this is enabled, the whole site doesn't work anymore. the .htaccess is in the main www folder. The folder structure is the following: -C:/Uniserver/www -/intern/ (this is DocumenRoot in the vhost file for subdomain intern.xyz.com) EDIT: Like everytime after posting; problem solved. All domains and subdomains has to be in separate folders, and NOT interleaved. like this: C:/Uniserver/www/ -external (www.xyz.com) -intern (intern.xyz.com) -something (something.xyz.com)
  14. No sir, the hardware is already super performant. But i switched to Server 2003.
  15. Welcome to the Windows-Universe. Knowledge is the key to success.
  16. FYI: I got the best performance and reaction time on Windows Server 2003 32bit. On Windows Server 2008 the CMS (joomla) is much slower.
  17. Try to disable the PHP Accelerators. I cant tell you where it is in the old nano release (Coral is actual).
  18. Hi devs In the RC3 of Coral is this changelog: Set APC as default PHP Accelerator On my fresh installation of Win Server 2003 Std. the apache crashes always when this Accelerator is enabled. Reproducable. With eAccelerator i have no problems. I highly recommend to disable all Accelerators at default.
  19. Ok since 8.1.0RC2 this problem is fixed. Thanks.
  20. Thanks for the guide. Btw. Interessting that BobS always say "no, don't host your own site with UniServer". Every company would die with this engagement. Remembers me at the thread "don't eat the own dog food"
  21. HI I don't know is this an bug or volitional. If you open the index.php page remotely (not from localhost) the design disappears:
  22. I think Windows Server 2003 Standard is a great choice. In my eyes it is less overloaded compared to Server 2008.
  23. Hi If a new build for 8.0 Coral is release, what are the proper steps to update the existing Coral installation without loosing settings and data? Thank you for a short tutorial.
  24. Hi Look at these things @htaccess: Security: Disable hotlinking on pictures Disable directory listing with add this line: Options -Indexes Performance: Your page loading faster when you add this to the htaccess: #------------------------------------------------------------------------------ # Expire setzen - Seite baut schneller auf, da der Browser den Cache nutzt #------------------------------------------------------------------------------ ExpiresActive On ExpiresDefault "now" ExpiresByType text/html "now" ExpiresByType text/xml "now" ExpiresByType text/php "access plus 1 years" ExpiresByType text/css "access plus 1 years" ExpiresByType text/javascript "access plus 1 years" ExpiresByType application/javascript "access plus 1 years" ExpiresByType application/x-javascript "access plus 1 years" ExpiresByType text/ecmascript "access plus 1 years" ExpiresByType image/gif "access plus 1 years ExpiresByType image/png "access plus 1 years" ExpiresByType image/jpeg "access plus 1 years" ExpiresByType image/ico "access plus 1 years" ExpiresByType image/icon "access plus 1 years" ExpiresByType image/x-icon "access plus 1 years" ExpiresByType video/x-flv "access plus 1 years" ExpiresByType video/quicktime "access plus 1 years" ExpiresByType application/x-shockwave-flash "access plus 1 years" ExpiresByType application/pdf "access plus 1 years" <FilesMatch "\.(png|jpg|gif|css|flv|ico)$"> Header set Cache-Control "max-age=290304000, public" </FilesMatch> <FilesMatch "\.(php|html)$"> Header set Cache-Control "max-age=0, must-revalidate" </FilesMatch> Here yo ucan find very useful information to build your own htaccess file: http://perishablepress.com/press/2006/01/1...taccess-tricks/
  25. Hi UniFormServer devs I using Coral 8.0 final in Windows Server 2008 x32. I can't install thr Cron service. When i press "Install and Run Service", nothing is going on. After a few secons the Button apperas again in violet. "Run Cron as program" works.
×
×
  • Create New...