Author |
Message |
Topic: How to block an IPv6 range |
admin
Replies: 1
Views: 12047
|
|
Valid IPv6 ranges syntax is described in https://aprelium.com/data/doc/2/abyssws-win-doc-html/ipv6.html .
For example aaaa:bbbb:cccc:dddd:* should be written like aaaa:bbbb:cccc:dddd::/64 .
Also ... |
Topic: Per-Directory Operating System User |
Lithorien
Replies: 2
Views: 10933
|
|
Good morning - I've been hunting around to see if there's a way to do this that I'm missing and so far haven't found anything.
I operate a small managed hosting service where I use a single instanc ... |
Topic: Writing url without www shows error403, forbiden |
Horizon
Replies: 2
Views: 82343
|
|
Hello,
Abyss's 403 Forbidden error is typically because you have www.cassettedeck-service.com as one of for hostnames, but not the non-www version (cassettedeck-service.com).
You have to make sure ... |
Topic: Redirect Hits to another in-house server |
pkSML
Replies: 4
Views: 28385
|
|
I'm struggling to figure out what the paths should be: Virtual Path, Remote Virtual Path, and even the site's Documents Path since it can't be left blank. I'll work on it and research, but suggestions ... |
Topic: Redirect Hits to another in-house server |
pkSML
Replies: 4
Views: 28385
|
|
Hi Jim. What you probably are looking for is Reverse Proxy. In response to being accessed, it queries the backend server (your older OS system) and relays the data it returns to the visitor.
URL re ... |
Topic: Redirect Hits to another in-house server |
James Cook
Replies: 4
Views: 28385
|
|
I'm running a second server that has to run on an older OS for some cgi apps.
I've been struggling to get URL Rewriting to pass all hits to one specific domain name forwarded to that machine.
Fi ... |
Topic: Can I acces my websites on X2 using internal IP address? |
Horizon
Replies: 1
Views: 5417
|
|
Hello,
the best way to access your website over your own local IP address is to remap your domain name with the hosts file to your internal IP.
If you connect directly by IP to your website, Abyss ... |
Topic: Can I acces my websites on X2 using internal IP address? |
JMMotyer
Replies: 1
Views: 5417
|
|
Hello, folks,
I seem to recall that when I first started using Abyss (X1) 18 years ago, that in addition to accessing that site with the domain name (i.e. www.domain-name.com), that I could also ac ... |
Topic: Suggestion to include PHP |
Paulie
Replies: 15
Views: 20782
|
|
I am obviously missing something since it still does not work and as far as I can tell I have setup everything just as you described.
I have the main domain with PHP8 set up and in the Main folder ... |
Topic: Suggestion to include PHP |
Paulie
Replies: 15
Views: 20782
|
|
Thanks for the info but unfortunately the reverse proxy in Abyss does not seem up to the task.
If I set things up as you describe, yes I can have PHP7 on one domain and PHP8 on the other but if I r ... |
Topic: Suggestion to include PHP |
Paulie
Replies: 15
Views: 20782
|
|
Let’s say you are running PHP 7 on your site by default.
Now make a host setup with PHP 8.
Make a reverse proxy on your main site to point to the PHP 8 host.
I assume you’d only run two version ... |
Topic: GeoLocation Lookup Application |
richardyork
Replies: 19
Views: 36284
|
|
Wow thank you for such great feedback, ideas and inspiration!
I think I started out very simple and got stuck in a rut however your ideas are very relevant and valid!
I will work on it further a ... |
Topic: GeoLocation Lookup Application |
Horizon
Replies: 19
Views: 36284
|
|
Hi,
I thought that you could try a different layout UI-wise for fitting more controls into a smaller area:
You could use a MenuBar for the program options, a SysListView for text information & ... |
Topic: Send user/pass to Access Control |
Horizon
Replies: 2
Views: 6543
|
|
Hello,
The authentication dialog is actually drawn/generated by your web browser:
Abyss just replies with something like 'HTTP 401 Authorization Required'.
Then your web browser has to draw the ... |
Topic: Help needed to create rewrite rule that bypasses some rules |
JMMotyer
Replies: 2
Views: 8177
|
|
Hello, folks,
I am hoping that someone can help me with creating a new Rewrite Rule, as the rule formats are beyond my capability.
Please let me explain what I already have. The following scree ... |
Topic: Reason for TRUSTAbyss.com being offline |
TRUSTAbyss
Replies: 11
Views: 23040
|
|
The domain AbyssWSHelp.com is up for renewal and I decided to renew it. Also, I'm back on a 4x10 night shift and the contract has been renewed for 9 years. Hopefully next year brings a brighter future ... |
Topic: Reason for TRUSTAbyss.com being offline |
Horizon
Replies: 11
Views: 23040
|
|
We understand you're busy and we can guess how lack of motivation can affect both the personal and professional life.I don't think that TRUSTAbyss lacks motivation, it rather seems that his new job re ... |
Topic: Reason for TRUSTAbyss.com being offline |
TRUSTAbyss
Replies: 11
Views: 23040
|
|
I just wanted to give an update. The company I left re-hired me, but due to the lack of time or motivation because of the stress from work, it's getting harder to do any kind of web development work. ... |
Topic: Celebrating 20 years of Abyss Web Server |
TRUSTAbyss
Replies: 11
Views: 69340
|
|
Congrats on the 20-year milestone! Wishing you guys many more years of success. On a side note, I got my job back and I'm working five nights a week so pretty busy. Will definitely contribute to what ... |
Topic: Help needed tweaking rewrite rules in lieu of htaccess |
Horizon
Replies: 6
Views: 13787
|
|
Hello,
I got this for the .htaccess translation of the X3 gallery script:
1. Set this environment variable in your Abyss Web Server hostname configuration to an empty value:
HTTP_MOD_REWRITE
... |
Topic: Rewrite rule example.com to www.example.com |
Horizon
Replies: 2
Views: 7221
|
|
Hello,
You can do this using a 'matches regex' condition for the HTTP_HOST / Host HTTP header with:
^(?!www\.)(.+)
Above is a positive pattern match with a negative non-capturing ... |
Topic: Can Abyss be configured to ignore certain rewrite rules? |
JMMotyer
Replies: 8
Views: 13496
|
|
Hello, folks,
A few months ago, user Horizon introduced me to URL Rewriting, when s/he guided me how to direct all my non-www traffic to www, and it works perfectly... thank you again, Horizon.
... |
Topic: How to set Abyss X2 to redirect all non-WWW to WWW |
JMMotyer
Replies: 9
Views: 14754
|
|
Hello again, Horizon.
I'm having a little bit of a hiccup with my redirect settings.
I implemented your rewrite steps for all of my 8 X2 hosts back a couple of months or so ago, and all of them ... |
Topic: How to set Abyss X2 to redirect all non-WWW to WWW |
Horizon
Replies: 9
Views: 14754
|
|
1.) Should I be using 301 - Moved Permanently or should I be using 308 - Permanent Redirect? I'm currently using 301 - Moved Permanently & everything is working perfectly :-).
You can keep using ... |
Topic: How to set Abyss X2 to redirect all non-WWW to WWW |
Horizon
Replies: 9
Views: 14754
|
|
I'm glad that it worked,
Actually the HTTP redirect status codes are a mess...
There are 301, 302, 307 & 308.
Some redirect codes were supposed to be deprecated, some were meant to be used ... |
Topic: How to set Abyss X2 to redirect all non-WWW to WWW |
JMMotyer
Replies: 9
Views: 14754
|
|
Hello, folks.
I have my X2 configured to redirect all HTTP traffic to HTTPS, by going to Console | Configure | General | Advanced Parameters | Exclusively Serve On HTTPS | Virtual Path and then add ... |
Topic: Will a Comodo Positive Multi-Domain SSL Certificate work? |
JMMotyer
Replies: 10
Views: 21106
|
|
Thanks for getting back to me.
By the way, do you know that Let's Encrypt issues free certificates associated with many domain names (similar in features to the Comodo offer)? These could be obtain ... |
Topic: Will a Comodo Positive Multi-Domain SSL Certificate work? |
admin
Replies: 10
Views: 21106
|
|
JMMotyer,
They will work fine. But please note that when generating the CSR in Abyss Web Server, you will need to enter the list of domain names that should be associated iwth the certificate in th ... |
Topic: Error 403 when using IP address |
TRUSTAbyss
Replies: 4
Views: 14442
|
|
Whenever you add hostnames, you can only access the server from the domain names you add. To get around this, you can modify your hosts file located in C:\Windows\System32\drivers\etc for Windows or / ... |
Topic: Scripting ACME status |
lazna
Replies: 6
Views: 11346
|
|
Scripting ACME status to get notified in case of problems. Utilizing Xidel to parse Abyss ACME status page
xidel.exe -s --data="http://%user%:%passwd%@127.0.0.1:9999/certificates/acmebot/edit& ... |
Topic: Reason for TRUSTAbyss.com being offline |
TRUSTAbyss
Replies: 11
Views: 23040
|
|
Hi Everyone,
I'm sure most of you notice that TRUSTAbyss.com has gone dark for a few months now. I'm here to explain the reason and to offer a solution. I recently lost my job back in September, an ... |
Topic: Abyss Revere Proxy with MeshCentral |
Paulie
Replies: 5
Views: 14583
|
|
I would gladly purchase another Abyss Web Server license if I could get a working example of MeshCentral reverse proxied through Abyss Web Server.
Windows version of Abyss Web Server: port 80 and 4 ... |
Topic: Abyss Revere Proxy with MeshCentral |
Paulie
Replies: 5
Views: 14583
|
|
Is it possible to set up Abyss web server reverse proxy to use with MeshCentral?
It is quite easy to set up with NGINX but not sure if it's even possible with Abyss.
These are the docs to use with ... |
Topic: Abyss hosting problem |
admin
Replies: 6
Views: 14036
|
|
This domain web page has returned to not working again. Can anyone out there give me a hand with this? I do not understand why it is not working....
It is working for us. A ping to your domain name ... |
Topic: Abyss hosting problem |
jakkwb
Replies: 6
Views: 14036
|
|
This domain web page has returned to not working again. Can anyone out there give me a hand with this? I do not understand why it is not working.... |
Topic: Abyss hosting problem |
jakkwb
Replies: 6
Views: 14036
|
|
So, my server motherboard that is hosting my single page blew some capacitors. I just bit the bullet and completely setup a new server. Physically very close to my original. Got Abyss put back on it, ... |
Topic: Again new old problems, also with Joomla |
admin
Replies: 15
Views: 26312
|
|
M*I*B,
Most mod_rewrite directives in Joomla and similar scripts boil down to the same set of URL rewriting rules. There is no magic there.
What you were asking about above had nothing to do wit ... |
Topic: Again new old problems, also with Joomla |
admin
Replies: 15
Views: 26312
|
|
... nope, it's ever the same domains ;o) Trust me ...
I just have write it down in different ways due I think that we most not talking about the same ...
D0 = Masterdomain
D1 = Slave 1
D2 = Slav ... |
Topic: Again new old problems, also with Joomla |
admin
Replies: 15
Views: 26312
|
|
hmmm... like that... With other words:
I have 4 domains. Let's call them D0 (master) to D3.
I have a webmailer which can be called up under mail.Dx. This is the only subdomain that is allowed.
Th ... |
Topic: Again new old problems, also with Joomla |
M*I*B
Replies: 15
Views: 26312
|
|
hmmm... like that... With other words:
I have 4 domains. Let's call them D0 (master) to D3.
I have a webmailer which can be called up under mail.Dx. This is the only subdomain that is allowed.
Th ... |
Topic: AWS:MRT (Abyss Web Server: Mod Rewrite Translator) |
M*I*B
Replies: 33
Views: 126562
|
|
... could an admin / moderator have mercy and delete / block this thread?!?
The project is obviously dead and the domain belonging to it is for sale ... |
Topic: .php extension remove from URL |
dataccurate
Replies: 1
Views: 13766
|
|
My website homepage and inner pages showing with .php extension, I want it from domain.com/settings.php to domain.com/settings
how to do that. help needed. |
Topic: Simple redirect; I'm tooo stupid for that .. |
M*I*B
Replies: 17
Views: 43505
|
|
M*I*B,
In other words, you'll need host 1 associated with all named variations of mail.* including mail.domain1.com. This host should have a URL rewrite rule to redirect to mail.domain1.com if host ... |
Topic: Simple redirect; I'm tooo stupid for that .. |
admin
Replies: 17
Views: 43505
|
|
M*I*B,
We can simplify the whole setup to:
1. http -> https by "Exclusively Serve On HTTPS"
2. mail.* -> mail.domain1.com
3. anything else -> domain1.com
The problem is t ... |
Topic: Simple redirect; I'm tooo stupid for that .. |
M*I*B
Replies: 17
Views: 43505
|
|
... ahhh, I'm sorry ... I have forget to say that meanwhile the SUB mail stay as it. That's gone...
So...
http://mail.domain.com goes to https://mail.domain.com
... due I have set in /edit/ge ... |
Topic: Simple redirect; I'm tooo stupid for that .. |
M*I*B
Replies: 17
Views: 43505
|
|
Ok, back again...
HowTo...
http://domain.com/*
http://www.domain.com/*
https://www.domain.com/*
... all have to redirect to ...
https://domain.com/*
http -> https runs well but I ... |
Topic: My Websites |
tfh
Replies: 4
Views: 18381
|
|
tfh,
Thank you for sharing your URLs with us. You have some great resources for the MSX fans and collectors.
Out of curiosity, can you give us a rough idea about the traffic X2 handles for you? ... |
Topic: DNS/Domain Validation for LetsEncrypt/ACME client? |
JohnEDee
Replies: 5
Views: 37643
|
|
I'm trying to get my sites to do LetsEncrypt DNS provisioning using a LE wildcard cert, but following these instructions, it's still requesting a specific hostname (i.e. "host.domain.com" ra ... |
Topic: Using localhost |
James Cook
Replies: 2
Views: 10093
|
|
Thanks, that's helpful and solved the problem perfectly.
I do have a full and up to date license for Abyss as well for this development server. Gotta take care of Aprelium and keep them in business ... |
Topic: Possible end of TRUSTAbyss.com |
TRUSTAbyss
Replies: 14
Views: 39116
|
|
I will be purchasing a VPS subscription soon to host my website on a Linux box running Abyss Web Server (latest version). Currently reviewing courses on setting up a Linux environment. I already know ... |
|