Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Wed Apr 24, 2024 9:31 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
PostPosted: Thu Mar 07, 2013 5:41 am 
Offline
Newbie

Joined: Thu Jul 23, 2009 2:13 am
Posts: 19
First let me say, I'm still really loving OAv2! Keep up the great work.

For various reasons (mostly me shooting myself in the foot) I have to move my OAv2 install from Linux to Windows.
I downloaded the Beta 9.2 XAMPP. I tried it on a test box, and it works great. But the server I want it to live on already has port 80 in use.
I downloaded the Beta 9.2 XAMPP.
I configured XAMPP Apache to use a different port as here:

[code]#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
Listen 8080
#Listen [::]:80
#Listen 80[/code]

and

[code]# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName localhost:8080
#[/code]

Restarted Apache, and OAv2 just doesn't work. I can get to http://localhost:8080/phpmyadmin/ but when I go to
http://localhost:8080 I get nothing.

If I go to http://localhost:8080/index.php/login/index I get the login screen (minus the logo image) but attempting to log in gives me a "the page could not be displayed" but the address bar reads
http://localhost:8080:8080/index.php/lo ... cess_login

It's probably something simple in the Apache config, but I'm not having the best week, and I just can't find it.
I tried the test box (Win7) that works fine on port 80 and it behaves the same way on 8080 (or other tested ports) so it's not specific to the server.

Any ideas?

Thanks!

_________________
Auditing 85 laptops, 10 desktops and 10 servers
Web and DB on Centos 5.3, Vbscript running on a Windows 2003 server.


Top
 Profile  
Reply with quote  
PostPosted: Tue Mar 12, 2013 2:17 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 07, 2004 11:48 am
Posts: 1964
Location: Brisbane, Australia
I'm guessing Open-AudIT has some hard coding somewhere.
I'll put this on my list of things to test.

_________________
Support and Development hours available from [url=https://opmantek.com]Opmantek[/url].
Please consider a purchase to help make Open-AudIT better for everyone.


Top
 Profile  
Reply with quote  
PostPosted: Fri May 31, 2013 9:37 am 
Offline
Newbie

Joined: Fri May 31, 2013 9:06 am
Posts: 1
I'm running into this exact same issue.

One thing I notice is that in the apache access logs there is a line missing when you access the default site on a different port.

Normally there's two entries when I access the site on a working server with port 80.

"GET / HTTP/1.1" 302
"GET /index.php/main/list_groups HTTP/1.1" 200

When I access it on the server with the changed port, all that the log shows is:

"GET / HTTP/1.1" 302

with no 200 entry.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group