I've installed Bigapache on a clean system and right afterwards the type3 module. At the end the installer tries to restart apache but it fails. Starting apache from a dos prompt gives the following error:
C:\Program Files\BigApache\Apache\bin>apache
Syntax error on line 362 of C:/Program Files/BigApache/Apache/conf/httpd.conf:
Include takes one argument, Name of the config file to be included
Anoyone got an idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I've installed Bigapache on a clean system and right afterwards the type3 module. At the end the installer tries to restart apache but it fails. Starting apache from a dos prompt gives the following error:
C:\Program Files\BigApache\Apache\bin>apache
Syntax error on line 362 of C:/Program Files/BigApache/Apache/conf/httpd.conf:
Include takes one argument, Name of the config file to be included
Anoyone got an idea?
Hi Jeron,
That is a small error in the Typo3 Installer, sorry.
Look for the following text in httpd.conf.
In the proximity of the line number 362.
include C:/Program Files/BigApache/Apache/conf/typo3.conf
Change the text as follows:
include "C:/Program Files/BigApache/Apache/conf/typo3.conf"
Now it is to work.
Happy Easter.
Stefan
Thanx Stefan, it works.
I found another small bug guessing your testserver has IP 192.168.1.4 ?
In the defaultpage of typo3 there's somewhere the possibility to click on an installtool, trying to do so refers to http://192.168.1.4/typo3/32/testsite-33b1/typo3/install/. I guess it should be localhost?
Jeroen,
No, that is an error of Typo3 self.
This URL gives it already in the demo side.
Those are not my defaults.
greetz Stefan
Trying everything looks like imagmagick doesn't work properly but I'm trying to figure out why...
Typo3/ImageMagick should work without problems. In order to be able to help you thereby, I need more information for it.
Stefan
I uninstalled everything and will try to install from scratch, I'll tell you goes wrong.
BTW have you tried webGUI with bigapache? I think it's even a bit more userfriendly than Typo3.
I uninstalled everything and will try to install from scratch, I'll tell you goes wrong.
BTW have you tried webGUI with bigapache? I think it's even a bit more userfriendly than Typo3.