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

[ cgi ] progress of making class & env file for CGI #18

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

Taekeundo
Copy link
Collaborator

In order for the "execve" function corresponding to the CGI program in the "executeCGI" function to work, the "env" environment variable corresponding to the third Param of the "execve" function is required.
(= If 'env' is not set, the 'execve'function will not be executed)

I created a function that creates the environment variables required to execute the CGI program.

@Taekeundo
Copy link
Collaborator Author

Finish to make the function, executeCGI, But not test yet.

@Taekeundo Taekeundo closed this Nov 4, 2024
@Taekeundo Taekeundo reopened this Nov 4, 2024
@miooo0o miooo0o self-requested a review November 5, 2024 10:18
@miooo0o miooo0o requested a review from san-ghun November 5, 2024 10:18
Copy link
Owner

@san-ghun san-ghun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like your sudo code of CGI. Keep going!

@san-ghun san-ghun merged commit 8709c0f into san-ghun:main Nov 5, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants