Browsing articles tagged with "zendserverce - Admins Goodies"
May 19, 2012
tom

HTTP 403 (error 13) with Zend CE on OS X

I’m getting a HTTP 403, with permission error 13 (file system?) using Apache (bundled with Zend Server) on OS X 10.7.4. [Thu May 17 16:40:58 2012] [error] [client ::1] (13)Permission denied: access to / denied Here’s my config in httpd-vhosts.conf <VirtualHost *:81> DocumentRoot “/Users/shamil/Documents/Sites/shamil_blog” ServerName blog.shamil.local ServerAlias blog.shamil.local ErrorLog “logs/shamil_blog-error_log” CustomLog “logs/shamil_blog-access_log” common DirectoryIndex index.php <Directory /Users/shamil/Documents/Sites/shamil_blog> Options +Indexes +FollowSymLinks +ExecCGI DirectoryIndex index.php AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost> I have set [...]

Continue Reading »
Dec 12, 2011
tom

Zend Server SSL Error

I’m having a weird issue with trying to setup SSL (https) on Zend Server CE for OSX. Currently I am running Zend Server 5.5. $ sudo zendctl.sh version Password: Zend Server version: 5.5.0 I created a self-signed certificate in the correct directory using this: $ openssl req -x509 -newkey rsa:2048 -keyout server.key -out server.crt > -days 365 -nodes I already uncommented this out in my httpd.conf: # Secure (SSL/TLS) connections Include conf/extra/httpd-ssl.conf And I added [...]

Continue Reading »
Aug 15, 2011
tom

Repeatitive failure on Magento 1.4.1.1 Zend Server ce 5.0.1(php5.3.2)

I’m trying to install magento 1.4.1.1 on a fresh install of zend server 5.0.1 on a windows 7 32 bits machine with apache and so far it’s only failures. I quickly realize it needed an increased max exec time to i raised it to 600. but after that i can see tables in the database and all but the execution stops in a certain point and firefox prompts for saving of a file (of type [...]

Continue Reading »