Web Interface Missing Something

1 view
Skip to first unread message

Jason

unread,
Aug 21, 2008, 11:28:41 AM8/21/08
to paragent-discuss
I am running Paragent on Ubuntu 8.04
I got Paragent up and running but I think I missed a step because the
web interface is text only - there are no images, no tabs, etc. The
content is there but all the formatting is not.
I'm new to both Linux and Paragent so I'm not sure what else I need to
post to help. I'm assuming I forgot a link somewhere and Apache can't
find the CSS, javascript, etc.
I also get a file not found error if I try to download the agent.

Any help would be greatly appreciated, I will gladly post more
information if someone can tell me what to post to help.

Thanks -
Jason

Timothy Ritchey

unread,
Aug 21, 2008, 4:50:18 PM8/21/08
to paragent...@googlegroups.com
It may be that the images directory isn't being properly redirected in
apache. It need to go to repos/nexus/html/images

Jason

unread,
Aug 22, 2008, 8:22:20 AM8/22/08
to paragent-discuss
Do you know how I can check / fix that?

Jason

unread,
Aug 25, 2008, 12:52:43 PM8/25/08
to paragent-discuss
I have a line in my httpd.conf that reads
Alias /paragent/ "/var/paragent/repos/nexus/html"

Should add another Alias there? The images directroy is in a sub
directory of /var/paragent/repos/nexus/html

Thanks -
Jason

Jason

unread,
Aug 25, 2008, 2:49:01 PM8/25/08
to paragent-discuss
I finally solved this problem - I will post what I did below in case
anyone else has this problem.
First - to install it I used the instructions at
http://www.zapple.be/tiki-view_blog.php?blogId=5

There is a section titled "Installing Paragent on Ubuntu server
7.10" (I am on 8.04 but this worked)
That got me 90% there -

Then I followed the instructions at:
http://groups.google.com/group/paragent-discuss/browse_thread/thread/716b0925244fc0e0/fa83d7cb48773d96?lnk=gst&q=red+herring#fa83d7cb48773d96


And to fix this last problem I had to change my /etc/aoache2/mods-
available/lisp.conf file to this:
LispServer 127.0.0.1 3001 ucw

<LocationMatch "/paragent/.*\.ucw">
SetHandler lisp-handler
</LocationMatch>

<LocationMatch \"/paragent/.*\.csv">
SetHandler lisp-handler
</LocationMatch>

Alias /paragent/ "/var/paragent/repos/nexus/html/"


Hope this can help someone else!

-Jason
Reply all
Reply to author
Forward
0 new messages