Author |
Message |
Topic: How to run/use .war file in Abyss |
acecombat
Replies: 1
Views: 9996
|
|
I wanted to run Claros on my current Abyss web server but it comes packaged as a .war file to be used with Tomcat. As I don't have Tomcat setup as it is not stable enough on my Vista machine I want t ... |
Topic: Redirect based on user agent |
acecombat
Replies: 3
Views: 22745
|
|
Don't know if you got this figured out yet, but...
Change your regex to this: ^/ppc/(.+)
Then go to advanced parameters (at bottom of URL rewriting page) and turn on logging. Then you'll see muc ... |
Topic: localhost does not work |
acecombat
Replies: 11
Views: 26638
|
|
Call up your ISP, most can unblock the ports on request. Port 80 cannot be blocked because normal web traffic uses port 80. If your ISP blocked you sending data on port 80 you would never be able to ... |
Topic: Authentication Method |
acecombat
Replies: 1
Views: 7949
|
|
For those who are interested I got this response via E-Mail:
Abyss Web Server integrated password protection uses Basic HTTP authentication. Digest
authentication is planned for a future release. |
Topic: Redirect based on user agent |
acecombat
Replies: 3
Views: 22745
|
|
I am trying to setup rewriting based on user agent string so that all clients are directed to /htdocs/adm and 1 particular string is directed to /htdocs/ppc but so that both appear as if they are just ... |
Topic: Authentication Method |
acecombat
Replies: 1
Views: 7949
|
|
Just wondering, does Abyss use Basic or Digest authentication when you setup access control on the website? Is there any way these can be modified from a PHP script like .htaccess files or can it onl ... |
Topic: Various errors when trying to send mail |
acecombat
Replies: 5
Views: 16339
|
|
Anyone have any idea? |
Topic: Various errors when trying to send mail |
acecombat
Replies: 5
Views: 16339
|
|
Yes I removed that and to no avail, then I noticed the mail line has an elseif as a branch of the first if statement so I changed it to an if statement also to no avail.
elseif (mail($email ... |
Topic: Various errors when trying to send mail |
acecombat
Replies: 5
Views: 16339
|
|
I am using the following script to send E-Mail via a web script as I am designing a legacy application which has no socket connection to be able to E-Mail out, and the only way I can do it is via a we ... |
Topic: PHP Running very slowly |
acecombat
Replies: 15
Views: 29109
|
|
What do you mean by trying to retrieve the reverse hostname???
I have tried connecting via IP as well as the Server's hostname as this is a corporate server, also it runs just as slow connecting to ... |
Topic: PHP Running very slowly |
acecombat
Replies: 15
Views: 29109
|
|
I know it's normal for more then 1 to load, my question is why does only 2 load? It is also not just slow with PHPMyAdmin but also with Drupal which is what my website is created upon. I never had t ... |
Topic: PHP Running very slowly |
acecombat
Replies: 15
Views: 29109
|
|
I am using Abyss X1 with PHP configured as FastCGI Local Pipes but the site is running slow and only has 2 php-cgi.exe processes running no matter how many people are connected. It's my understanding ... |
Topic: Different directory with different user ID's |
acecombat
Replies: 9
Views: 17938
|
|
Cool....just what I needed!!! Thanks! |
Topic: Different directory with different user ID's |
acecombat
Replies: 9
Views: 17938
|
|
SO this would go to //root//secure/*whatever user name was enterd*??? |
Topic: Different directory with different user ID's |
acecombat
Replies: 9
Views: 17938
|
|
Do you know the name of a script that can do this? |
Topic: Different directory with different user ID's |
acecombat
Replies: 9
Views: 17938
|
|
How could you make a page, that requires the .htaccess style password/username authentication, that after entering thier user ID redirects them? |
Topic: Different directory with different user ID's |
acecombat
Replies: 9
Views: 17938
|
|
Hey guys,
Any idea how to have a passworded folder say //root//secure/
protected with a password, but that changes which subfolder it goes into if you use a different user ID.
i.e.
/ ... |
Topic: downloadin files from site |
acecombat
Replies: 4
Views: 9159
|
|
It is because your browser (and windows media player) have been set up to automatically load and play music/movie files from the internet which is why most people write just below the link something a ... |
Topic: 504 - Gateway Timeout |
acecombat
Replies: 12
Views: 23233
|
|
It won't be in the next 3 or so days though, my server HD has just died so I'm currently in the process of recovering the data before I replace it. At least its an excuse to replace my 80g IDE to a 24 ... |
Topic: 504 - Gateway Timeout |
acecombat
Replies: 12
Views: 23233
|
|
The test site is http://abysstest.no-ip.org
Just let me know when you want to test it so I can make sure the page is live as I have turned off the site so I can use my bandwidth for other purposes un ... |
Topic: 504 - Gateway Timeout |
acecombat
Replies: 12
Views: 23233
|
|
I'm not using a 191.xxx to access it, I am using my IP address that it would tell u if you went to a website or something that logs your IP. That is what No-ip DUC collects aswell. It's the WAN IP. It ... |
Topic: 504 - Gateway Timeout |
acecombat
Replies: 12
Views: 23233
|
|
My ADSL modem is actually a USB modem, not a router. I am accessing from my home network, through the internet IP address of the PC as I am running NO-IP DUC and am connecting to the IP that NO-IP sta ... |
Topic: 504 - Gateway Timeout |
acecombat
Replies: 12
Views: 23233
|
|
I CAN access it from any computer on my network, just not the PC i am trying on outside of my network. I don't think its my works gateway as normally if a site is prohibited (Damn them ',..,') it come ... |
Topic: 504 - Gateway Timeout |
acecombat
Replies: 12
Views: 23233
|
|
I can access all other sites from this PC though, just not my site. |
Topic: 504 - Gateway Timeout |
acecombat
Replies: 12
Views: 23233
|
|
Hi,
I can access the webserver fine from my own home network but when trying to access outside of my home network it comes up with Gateway Timeout
The following error occurred:
Server unreachable
... |
Topic: Password problems |
acecombat
Replies: 14
Views: 22838
|
|
OK, I checked my logs and it appears that after a failed password attempt at logging into /secure/index.htm it loads the /401.htm file ok but tries and loads the pic from /secure/401.gif. I opened the ... |
Topic: Password problems |
acecombat
Replies: 14
Views: 22838
|
|
Sorry, I think I'm not making sence here. They WERE in the errors directory but now they are in root dir as I thought it might have been a problem accessing the different directorys after asking for a ... |
Topic: Password problems |
acecombat
Replies: 14
Views: 22838
|
|
Its really weird. This is the line from the log
60.240.186.12 - -
But there is nothing saved or linked to that dir.
Here is the page data
<head>
<meta http-equiv="Content-Type" content= ... |
Topic: Password problems |
acecombat
Replies: 14
Views: 22838
|
|
The webdrive root, along with the index.html file that works, hence the /403.html
What puzzles me though is that its loading the 403.html file but wont load the .gif which is in exactly the same, non ... |
Topic: Password problems |
acecombat
Replies: 14
Views: 22838
|
|
So this is my dirs:
/
/protected
The main index.html file is in / which links to an index file in /protected
The error pages AND the images are both in /
So you have:
/index.html
/400.html
/40 ... |
Topic: Password problems |
acecombat
Replies: 14
Views: 22838
|
|
Hi.
I have a site set up, at \\ level is a fairly plain page that when you click on the link is navigated to \\secure\ which is set up with password access with abyss x1. I also set up custom error p ... |
|