Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for CentOS 7 #2

Open
ashar9 opened this issue Jul 10, 2021 · 3 comments
Open

Fix for CentOS 7 #2

ashar9 opened this issue Jul 10, 2021 · 3 comments

Comments

@ashar9
Copy link

ashar9 commented Jul 10, 2021

Fails with segment fault on CentOS 7 with httpd 2.2x and httpd 2.4x

Fix:
Change line 68 of mod_whoisng.c
int len=1;
Change to
apr_size_t len=1;

Recompile and restart httpd

@gbxyz
Copy link
Contributor

gbxyz commented Jul 12, 2021

Fixed!

@ashar9
Copy link
Author

ashar9 commented Jul 13, 2021 via email

@gbxyz
Copy link
Contributor

gbxyz commented Jul 22, 2021

@ashar9 please do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants