I have port 8090 defined, but use the port you need instead.

Listen 8090

<VirtualHost *:8090>

Your stuff

</VirtualHost>

~Carl

On Mon, Sep 27, 2010 at 10:29 AM, sstein...@gmail.com
<sstein...@gmail.com> wrote:
> On Sep 27, 2010, at 10:12 AM, ashwin morey wrote:
>
> Hi Carl,
>
> Thanks for your reply. I want to install bugzilla and that too consumes
> apache. I am trying to create virtual host
> for bugzilla, but it does not allow me to.
>
> how can I create another virtual host giving another port number, other than
> 80?
>
> http://tinyurl.com/26oag7w
> S
>
> thanks
>     ashy
>
> On Mon, Sep 27, 2010 at 7:37 PM, Carl Nobile <carl.nob...@gmail.com> wrote:
>>
>> You need to remove this line from where ever it has been put in your
>> httpd.conf file then bounce apache.
>>
>> LoadModule wsgi_module /usr/lib/apache2/modules/mod_wsgi.so
>>
>> Can I ask why you are no longer using mod_wsgi?
>>
>> ~Carl
>>
>> On Mon, Sep 27, 2010 at 5:30 AM, ashy <ashwinmo...@gmail.com> wrote:
>> > Hi All,
>> >
>> > I had installed mod_wsgi for python, so as to serve django pages using
>> > apache. But now I do not want to use mod_wsgi. Is there an option to
>> > disable mod_wsgi,
>> >
>> > I have removed the following segment from the apache conf file
>> >
>> >        WSGIScriptAlias / /home/user/djangoprojects/test/apache/
>> > django.wsgi
>> >
>> >        <Directory /home/user/djangoprojects/test>
>> >        Order deny,allow
>> >        Allow from all
>> >        </Directory>
>> >
>> > But still getting errors in apache error log files.
>> >
>> > [Mon Sep 27 02:06:32 2010] [error] [client 10.1.4.193] Target WSGI
>> > script not found or unable to stat: /home/user/djangoprojects/test/
>> > apache
>> >
>> > Any ideas?
>> >
>> > thanks
>> >    ashy
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "modwsgi" group.
>> > To post to this group, send email to modw...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > modwsgi+unsubscr...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/modwsgi?hl=en.
>> >
>> >
>>
>>
>>
>> --
>>
>> -------------------------------------------------------------------------------
>> Carl J. Nobile (Software Engineer)
>> carl.nob...@gmail.com
>>
>> -------------------------------------------------------------------------------
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "modwsgi" group.
>> To post to this group, send email to modw...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> modwsgi+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/modwsgi?hl=en.
>>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "modwsgi" group.
> To post to this group, send email to modw...@googlegroups.com.
> To unsubscribe from this group, send email to
> modwsgi+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/modwsgi?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "modwsgi" group.
> To post to this group, send email to modw...@googlegroups.com.
> To unsubscribe from this group, send email to
> modwsgi+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/modwsgi?hl=en.
>



-- 
-------------------------------------------------------------------------------
Carl J. Nobile (Software Engineer)
carl.nob...@gmail.com
-------------------------------------------------------------------------------

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modw...@googlegroups.com.
To unsubscribe from this group, send email to 
modwsgi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to