[root@cobbler ~]# rpm -qa |grep cobbler
cobbler-web-2.4.0-1.el5
cobbler-2.4.0-1.el5
[root@cobbler ~]# cat /etc/redhat-release
CentOS release 5.10 (Final)



On Thu, Feb 6, 2014 at 10:15 PM, Jörgen Maas <jorgen.m...@gmail.com> wrote:

> Hi, what's your Cobbler version and what OS are you using?
>
>
>
> On Thu, Feb 6, 2014 at 7:01 PM, Steven Lokie 
> <steven.lo...@imemories.com>wrote:
>
>> Hiya all,
>>
>> Having a weird issue with cobbler_web
>>
>> I'm trying to get the web interface working - I had some issues with the
>> cobblerd instance, but found out the correct info.
>>
>> However now the web interface is no longer working
>>
>> cobbler_web.conf
>>
>> <VirtualHost *:80>
>>
>> ServerName cobbler.domain.corp
>> ServerAlias cobbler
>>
>> # This configuration file enables the cobbler web
>> # interface (django version)
>>
>> # Force everything to go to https
>> RewriteEngine on
>> RewriteCond %{HTTPS} off
>> RewriteCond %{REQUEST_URI} ^/cobbler_web
>> RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}
>>
>> WSGIScriptAlias /cobbler_web /usr/share/cobbler/web/cobbler.wsgi
>> </VirtualHost>
>>
>> I look in the file system and see the wsgi file
>>
>> [root@utilserver03 conf.d]# ls -al /usr/share/cobbler/web/
>> total 60
>> drwxr-xr-x 3 apache apache 4096 Feb  6 10:53 .
>> drwxr-xr-x 3 root   root   4096 Feb  6 10:53 ..
>> drwxr-xr-x 4 apache apache 4096 Feb  6 10:53 cobbler_web
>> -rw-r--r-- 1 apache apache  320 Jun 19  2013 cobbler.wsgi
>>
>>
>> but when I go to the page I get Not Found and the error in the log
>> displays as
>>
>> File does not exist: /var/www/cobbler_web
>>
>> Any help would be great - thank you
>>
>> _______________________________________________
>> cobbler mailing list
>> cobbler@lists.fedorahosted.org
>> https://lists.fedorahosted.org/mailman/listinfo/cobbler
>>
>>
>
>
> --
> Grtz,
> Jörgen Maas
>
> _______________________________________________
> cobbler mailing list
> cobbler@lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/cobbler
>
>


-- 
____________________
Steven Lokie
Systems Engineer II
iMemories <http://www.imemories.com/> Technology
_______________________________________________
cobbler mailing list
cobbler@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to