Search found 38 matches
Aprelium Forum Index
Author Message
  Topic: Writing url without www shows error403, forbiden
Horizon

Replies: 2
Views: 5446

PostForum: URL Rewriting   Posted: Mon Dec 04, 2023 5:14 pm   Subject: Writing url without www shows error403, forbiden
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: Can Abyss have/use a document root on a network (NAS) drive?
Horizon

Replies: 3
Views: 23361

PostForum: General Questions   Posted: Tue Aug 22, 2023 2:29 pm   Subject: Can Abyss have/use a document root on a network (NAS) drive?
Hello,
Network shares aren't real Drive objects in Windows.

Real drives have a PhysicalDrive object such as:
\\.\PhysicalDrive0, \\.\PhysicalDrive1, etc.

One way to proxify Abyss Web Server ac ...
  Topic: Can I acces my websites on X2 using internal IP address?
Horizon

Replies: 1
Views: 1893

PostForum: General Questions   Posted: Tue Aug 22, 2023 2:16 pm   Subject: Can I acces my websites on X2 using internal IP address?
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: Rewrite rule to block http/1.1 requests
Horizon

Replies: 3
Views: 2595

PostForum: URL Rewriting   Posted: Sun Aug 06, 2023 3:19 pm   Subject: Rewrite rule to block http/1.1 requests
Hello,
That's a quite uncommon thing to do for a webserver unless you want only web browsers to access it.

By blocking HTTP/1.1 and only allowing HTTP/2, you would be blocking all automated APIs f ...
  Topic: Integrating ChatGPT As Search Engine on Abyss Web Server Sit
Horizon

Replies: 2
Views: 3556

PostForum: PHP   Posted: Fri Jun 30, 2023 9:33 am   Subject: Integrating ChatGPT As Search Engine on Abyss Web Server Sit
Hello,

- The topic reply notifications are actually random here (phpBB forum software bug) due to its post approval plugin which doesn't block notifications from being sent for unapproved posts.
...
  Topic: Suggestion to include PHP
Horizon

Replies: 15
Views: 11862

PostForum: General Questions   Posted: Thu Jun 01, 2023 7:07 pm   Subject: Suggestion to include PHP
Hello,
perhaps I think I know why it didn't work:

Let's imagine that your root server folder is D:\Websites.

Then instead of D:\Websites\Main\Sub as pkSML suggested it needs to be:

D:\Websit ...
  Topic: Suggestion to include PHP
Horizon

Replies: 15
Views: 11862

PostForum: General Questions   Posted: Tue May 30, 2023 8:32 am   Subject: Suggestion to include PHP
Hello,
It turns out I didn't mention the 'Preserve Host header' option in Reverse-Proxy settings:

https://i.postimg.cc/wTWFRRLp/abyss-reverse-proxy-host.png

It was added starting with the 2.16. ...
  Topic: GeoLocation Lookup Application
Horizon

Replies: 19
Views: 22011

PostForum: Off Topic Discussions   Posted: Fri May 26, 2023 1:20 am   Subject: GeoLocation Lookup Application
Hello,

Perhaps it's Windows 11 that makes it look this way, but the latest UI preview looks a lot like Chrome's UI.

That doesn't look 'Win32'-ish, it's better to make it look more like a common ...
  Topic: Suggestion to include PHP
Horizon

Replies: 15
Views: 11862

PostForum: General Questions   Posted: Fri May 19, 2023 11:03 am   Subject: Suggestion to include PHP
Lets say I have a specific folder that requires PHP8 so if I access mydomain.com/newstuff it needs to use PHP8 to load but only that folder requires PHP8.

It's possible using reverse-proxy if you c ...
  Topic: GeoLocation Lookup Application
Horizon

Replies: 19
Views: 22011

PostForum: Off Topic Discussions   Posted: Fri May 19, 2023 10:37 am   Subject: GeoLocation Lookup Application
Hello,
the new design of this program is neat with even the new ability to export the google map as PNG.

It also got more features for the port scan, traceroute & the DNS data tabs.

Perhaps ...
  Topic: GeoLocation Lookup Application
Horizon

Replies: 19
Views: 22011

PostForum: Off Topic Discussions   Posted: Thu May 11, 2023 7:06 pm   Subject: GeoLocation Lookup Application
Hello,
I like the idea of the merged Geolocation tab with a single data column, and the new design is starting to take shape.

I think you can keep the Geolocation tab with the left information col ...
  Topic: Suggestion to include PHP
Horizon

Replies: 15
Views: 11862

PostForum: General Questions   Posted: Fri May 05, 2023 9:41 pm   Subject: Suggestion to include PHP
I actually detailed how to do exactly this (multiple PHP versions) with Abyss Web Server, and it will also work on the X1 edition.

See my post here (search for 'Revision #2' in the topic):
https:/ ...
  Topic: Suggestion to include PHP
Horizon

Replies: 15
Views: 11862

PostForum: General Questions   Posted: Fri May 05, 2023 3:35 am   Subject: Suggestion to include PHP
Hello,

actually Aprelium has dedicated PHP packages on this page:
https://aprelium.com/downloads/php.html#win

But the problem with including PHP is always which version is the best one...
So f ...
  Topic: GeoLocation Lookup Application
Horizon

Replies: 19
Views: 22011

PostForum: Off Topic Discussions   Posted: Thu May 04, 2023 10:36 pm   Subject: GeoLocation Lookup Application
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: 2697

PostForum: General Questions   Posted: Thu Mar 30, 2023 3:55 am   Subject: Send user/pass to Access Control
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
Horizon

Replies: 2
Views: 4339

PostForum: URL Rewriting   Posted: Wed Jan 18, 2023 9:56 pm   Subject: Help needed to create rewrite rule that bypasses some rules
Hello,
Ideally what we need for bypassing other rules is a new 'Do nothing' action for URLRewrite rules.

This way we could match the pattern (RegEx) for your /pages URLs with a 'do nothing' action ...
  Topic: How to hide extension like '.php'
Horizon

Replies: 3
Views: 3070

PostForum: URL Rewriting   Posted: Sat Jan 07, 2023 5:11 am   Subject: How to hide extension like '.php'
Hello,
There's a way to do what you want.

But how do you know which links must be redirected to a .php file on your server?

WordPress for example does it by taking all Request URIs and redirect ...
  Topic: Moving to Windows Server 2016
Horizon

Replies: 4
Views: 31045

PostForum: Networking Issues   Posted: Mon Nov 28, 2022 8:21 am   Subject: Moving to Windows Server 2016
Hello,
with Windows Server unlike regular OSes you have to explicitly allow things to happen.

All attempts to connect to local ports from outside for example are denied by default, you have to add ...
  Topic: Moving to Windows Server 2016
Horizon

Replies: 4
Views: 31045

PostForum: Networking Issues   Posted: Mon Nov 28, 2022 4:08 am   Subject: Moving to Windows Server 2016
Hello,
in order to rule out abyss as a cause of this issue could you try running a totally different software on the same port 443?

You could try running anything else temporarily, even a minecraf ...
  Topic: Abyss Web Server X1 to turn my office PC into a server
Horizon

Replies: 2
Views: 3097

PostForum: General Questions   Posted: Fri Nov 11, 2022 12:01 am   Subject: Abyss Web Server X1 to turn my office PC into a server
Hello,
In order to answer your request I have to analyze your needs.

So here's what we know so far:

- You're located in Japan(?) so your office room is probably there.
- You have teleworking e ...
  Topic: Reason for TRUSTAbyss.com being offline
Horizon

Replies: 12
Views: 14352

PostForum: Off Topic Discussions   Posted: Thu Sep 29, 2022 11:51 am   Subject: Reason for TRUSTAbyss.com being offline
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: delete access.log (solution) automated or with prompts
Horizon

Replies: 4
Views: 4105

PostForum: General Questions   Posted: Thu Sep 29, 2022 11:36 am   Subject: Re: delete access.log (solution) automated or with prompts
Spud2004,

This is probably related to the CSS page used by the forum. Does it need fixing?
You didn't ask this to me, but I do think that the code blocks shouldn't have text spacing the same as no ...
  Topic: /cgi-bin/protected and /cgi-bin
Horizon

Replies: 3
Views: 4009

PostForum: General Questions   Posted: Mon Sep 12, 2022 5:03 pm   Subject: /cgi-bin/protected and /cgi-bin
The name of the method I mentioned is 'Allow-list Input Validation'.

Perhaps my mentioned method isn't correct if you hardcode the list of allowed keywords in every check of your code.

You will ...
  Topic: /cgi-bin/protected and /cgi-bin
Horizon

Replies: 3
Views: 4009

PostForum: General Questions   Posted: Mon Sep 12, 2022 1:14 pm   Subject: /cgi-bin/protected and /cgi-bin
Hello,
the exact explanation for the Allow/Deny ordering is:
Order: The order that the server follows to check if access is granted to a
client based on its IP address. If it is set to Allow/Deny, ...
  Topic: Custom error page 403 (forbidden) if server only allow https
Horizon

Replies: 3
Views: 3592

PostForum: General Questions   Posted: Tue Sep 06, 2022 10:52 pm   Subject: Custom error page 403 (forbidden) if server only allow https
Hello,
You can do this, but it would be useless.

Much better solution is to simply throw a redirect to HTTPS for any HTTP request.
Basically put the whole / in the 'Serve only over HTTPS' section ...
  Topic: secure_client_renego
Horizon

Replies: 5
Views: 7428

PostForum: General Questions   Posted: Wed Aug 17, 2022 3:39 am   Subject: secure_client_renego
According to websites like StackExchange, the worst that could happen would be data leaks.

But the CVE (vulnerability report number) is from 2009, and there has been so many security updates to Ope ...
  Topic: Help needed tweaking rewrite rules in lieu of htaccess
Horizon

Replies: 6
Views: 8907

PostForum: URL Rewriting   Posted: Sat Aug 06, 2022 1:59 pm   Subject: Help needed tweaking rewrite rules in lieu of htaccess
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: Help needed tweaking rewrite rules in lieu of htaccess
Horizon

Replies: 6
Views: 8907

PostForum: URL Rewriting   Posted: Fri Aug 05, 2022 6:19 am   Subject: Help needed tweaking rewrite rules in lieu of htaccess
Hello,
I think that there is a RegEx and a rewrite rules ordering problem in these screenshots.

First you need to give a lower priority to all rules that match everything and rules relative to the ...
  Topic: Rewrite rule example.com to www.example.com
Horizon

Replies: 2
Views: 3375

PostForum: URL Rewriting   Posted: Fri Jul 29, 2022 8:39 pm   Subject: Rewrite rule example.com to www.example.com
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?
Horizon

Replies: 8
Views: 8313

PostForum: URL Rewriting   Posted: Mon May 30, 2022 3:49 pm   Subject: Can Abyss be configured to ignore certain rewrite rules?
Hi,
What you want to do is actually possible by tricking Abyss into doing it.

The question then becomes:
Are you requesting a proper solution or is tricking Abyss into doing it or a workaround ac ...
  Topic: Can a single X2 host use 2 different versions of PHP?
Horizon

Replies: 3
Views: 6478

PostForum: PHP   Posted: Mon Apr 25, 2022 10:39 am   Subject: Can a single X2 host use 2 different versions of PHP?
Example of how you would typically do symlinks with recursion for every folder:

int enumerate_files = 1;
int enumerate_folders = 2;

void main(string[] args)
{
_do_sym ...
  Topic: Can a single X2 host use 2 different versions of PHP?
Horizon

Replies: 3
Views: 6478

PostForum: PHP   Posted: Mon Apr 25, 2022 9:25 am   Subject: Can a single X2 host use 2 different versions of PHP?
Revision #2 (improved):

There's a trick that cans do what you want if you use URLRewrite:

1) Declare the PHP 8 interpreter for the .php8 extension.
2) Declare the PHP 7.4 interpreter for the .p ...
  Topic: escaping the | symbol
Horizon

Replies: 2
Views: 12255

PostForum: URL Rewriting   Posted: Sun Apr 24, 2022 10:30 pm   Subject: escaping the | symbol
If anyone is still looking for how to do this, you can read this:
\0dd character with octal code 0dd
\ddd character with octal code ddd, or back reference
\o{dd ...
  Topic: Celebrating 20 years of Abyss Web Server
Horizon

Replies: 11
Views: 37478

PostForum: Off Topic Discussions   Posted: Thu Apr 07, 2022 11:22 pm   Subject: Celebrating 20 years of Abyss Web Server
Thanks for the details,
Fossil looks very nice, and is provided with precompiled standalone binaries.

I didn't know about it until you mentioned it in your post.

Regarding the Raspberry Pi, I t ...
  Topic: Celebrating 20 years of Abyss Web Server
Horizon

Replies: 11
Views: 37478

PostForum: Off Topic Discussions   Posted: Tue Apr 05, 2022 10:52 pm   Subject: Celebrating 20 years of Abyss Web Server
Abyss Web Server was 76KB at the time for a well-featured server given the technological era back in the 2000s.

Nowadays if you want to just make a dummy program that opens a listening socket on po ...
  Topic: How to set Abyss X2 to redirect all non-WWW to WWW
Horizon

Replies: 9
Views: 8305

PostForum: General Questions   Posted: Thu Mar 17, 2022 11:46 pm   Subject: How to set Abyss X2 to redirect all non-WWW to WWW
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: 8305

PostForum: General Questions   Posted: Thu Mar 17, 2022 8:59 am   Subject: How to set Abyss X2 to redirect all non-WWW to WWW
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
Horizon

Replies: 9
Views: 8305

PostForum: General Questions   Posted: Thu Mar 17, 2022 8:19 am   Subject: How to set Abyss X2 to redirect all non-WWW to WWW
Hi,
There's a simple solution for what you want to do I think.

(Add the non-www hostname to the list of hostnames your host listens to first.)
Using URLRewrite you can do a rule like this:

Ena ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group