[Booki-dev] Problems with spellchecker

Tuukka Hastrup Tuukka.Hastrup at iki.fi
Wed Feb 9 10:48:16 PST 2011


James Simmons wrote:
> I am running on Fedora 13 and there is no site.conf file in
> /etc/httpd/conf.d.  There is a php.conf in there.  What does this
> directive look like?

This is what Debian Etch has in /etc/apache2/mods-available/php5.conf:
<IfModule mod_php5.c>
  AddType application/x-httpd-php .php .phtml .php3
  AddType application/x-httpd-php-source .phps
</IfModule>

> On Tue, Feb 8, 2011 at 4:57 PM, Lachlan Musicman <datakid at gmail.com> wrote:
>> On Wed, Feb 9, 2011 at 08:38, James Simmons <nicestep at gmail.com> wrote:
>>> Lachlan,
>>>
>>> In httpd.conf I have this entry:
>>>
>>> ScriptAlias /cgi-bin/ "/var/www/cgi-bin"
>>>
>>> Other than that, I don't see anything.
>> Yep, I was talking about a conf file in
>> /etc/apache2/sites-available...I guess you are on centos or redhat, so
>> /etc/httpd/conf.d/site.conf?
>>
>> You will need a directive in that as well, unless you are only running
>> one site and have put all the conf into httpd.conf?
>>
>> Sorry, I've used deb based systems for a decade - I'm rusty on rpm systems...
>>
>> cheers
>> L.
>>
>>
>>> James Simmons
>>>
>>>
>>> On Tue, Feb 8, 2011 at 3:30 PM, Lachlan Musicman <datakid at gmail.com> wrote:
>>>> On Wednesday, February 9, 2011, James Simmons <nicestep at gmail.com> wrote:
>>>>> Lachlan,
>>>>>
>>>>> I have installed PHP and httpd.conf looks OK.  There is a php.conf
>>>>> file that the httpd.conf file is supposed to load in.  I stopped and
>>>>> restarted Apache, and when that didn't work I rebooted the box and
>>>>> that did not work either.
>>>> ok, do you have something in your site conf? a cgi-bin section?
>>>>
>>>>
>>>>
>>>>
>>>>> If I do
>>>>>
>>>>> httpd -M
>>>>>
>>>>> it shows the php5 module installed.
>>>>>
>>>>> What else can I do?
>>>>>
>>>>> James Simmons
>>>>>
>>>>>
>>>>> On Tue, Feb 8, 2011 at 1:25 PM, Lachlan Musicman <datakid at gmail.com> wrote:
>>>>>> On Wednesday, February 9, 2011, James Simmons <nicestep at gmail.com> wrote:
>>>>>>> On my personal installs of Booki, both at home and at work, spell
>>>>>>> check does not work.  When I try to start it up it tries to download a
>>>>>>> PHP file instead of running it.  This problem does not exist on
>>>>>>> booki.cc.  I have reported this as a bug, but have not heard from
>>>>>>> anyone about it since.  I need to get this working, especially at
>>>>>>> work.
>>>>>> usually indicates yr webserver doesn't know how to handle php files.
>>>>>> you'll need to enable modphp or equiv, and point it at somewhere it
>>>>>> can execute. any wordpress/drupal howto will have an example of how
>>>>>> it's done
>>>>>>
>>>>>> L.
>>>>>>



More information about the Booki-dev mailing list